#2491BD

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

Shades of Pelorous #2491BD

Tints of Pelorous #2491BD

Color information

#2491BD (or 0x2491BD) is unknown color: approx Pelorous. HEX triplet: 24, 91 and BD. RGB value is (36,145,189). Sum of RGB (Red+Green+Blue) = 36+145+189=370 (49% of max value = 765). Red value is 36 (14.45% from 255 or 9.73% from 370); Green value is 145 (57.03% from 255 or 39.19% from 370); Blue value is 189 (74.22% from 255 or 51.08% from 370); Max value from RGB is 189 - color contains mainly: blue. Hex color #2491BD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2491BD is #DB6E42. Grayscale: #757575. Windows color (decimal): -14380611 or 12423460. OLE color: 12423460.

HSL color Cylindrical-coordinate representation of color #2491BD: hue angle of 197.25º degrees, saturation: 0.68, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2491BD is Cyan = 0.81, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB36145189-
CMYK0.810.2300.26
HSL197.25º68%44.12%-
HSV(B)197.25º80.95%74.12%-
XYZ20.0424.351.78-
YUV117.42168.3969.92-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 9.73%
GREEN value IS 145 (57.03% from 255) = 39.19%
BLUE value IS 189 (74.22% from 255) = 51.08%
R=9.73%
G=39.19%
B=51.08%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal361451890.810.2300.26197.256844.12
Hex2491BD511701Ac5442c
Octal442212751212703230510454
Binary1001001001000110111101101000110111011010110001011000100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2491BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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