#2491CE

Color #2491CE Pelorous (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pelorous #2491CE

Tints of Pelorous #2491CE

Color information

#2491CE (or 0x2491CE) is unknown color: approx Pelorous. HEX triplet: 24, 91 and CE. RGB value is (36,145,206). Sum of RGB (Red+Green+Blue) = 36+145+206=387 (51% of max value = 765). Red value is 36 (14.45% from 255 or 9.30% from 387); Green value is 145 (57.03% from 255 or 37.47% from 387); Blue value is 206 (80.86% from 255 or 53.23% from 387); Max value from RGB is 206 - color contains mainly: blue. Hex color #2491CE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2491CE is #DB6E31. Grayscale: #777777. Windows color (decimal): -14380594 or 13537572. OLE color: 13537572.

HSL color Cylindrical-coordinate representation of color #2491CE: hue angle of 201.53º degrees, saturation: 0.7, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2491CE is Cyan = 0.83, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB36145206-
CMYK0.830.3000.19
HSL201.53º70.25%47.45%-
HSV(B)201.53º82.52%80.78%-
XYZ21.9925.0862.07-
YUV119.36176.8968.54-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 36 (14.45% from 255) = 9.30%
GREEN value IS 145 (57.03% from 255) = 37.47%
BLUE value IS 206 (80.86% from 255) = 53.23%
R=9.30%
G=37.47%
B=53.23%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal361452060.830.3000.19201.5370.2547.45
Hex2491CE531E013ca462f
Octal442213161233602331210657
Binary1001001001000111001110101001111110010011110010101000110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2491CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2491CE; }

 p { color: rgb(36,145,206); }

 H1.HeaderClassName
 {
   color: #2491CE;
 }
 .AnyTagClassName
 {
   color: #2491CE;
 }
</style>
background-color css

<style>
 a { background-color: #2491CE; }

 a { background-color: rgb(36,145,206); }

 div.DivClassName
 {
   background-color: #2491CE;
 }
 .BgClassName
 {
   background-color: #2491CE;
 }
</style>
border-color css

<style>
 span { border-color: #2491CE; }

 span { border-color: rgb(36,145,206); }

 td.TdClassName
 {
   border-color: #2491CE;
 }
 .TagClassName
 {
   border-color: #2491CE;
 }
</style>