#2499A7

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

Shades of Pelorous #2499A7

Tints of Pelorous #2499A7

Color information

#2499A7 (or 0x2499A7) is unknown color: approx Pelorous. HEX triplet: 24, 99 and A7. RGB value is (36,153,167). Sum of RGB (Red+Green+Blue) = 36+153+167=356 (47% of max value = 765). Red value is 36 (14.45% from 255 or 10.11% from 356); Green value is 153 (60.16% from 255 or 42.98% from 356); Blue value is 167 (65.62% from 255 or 46.91% from 356); Max value from RGB is 167 - color contains mainly: blue. Hex color #2499A7 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2499A7 is #DB6658. Grayscale: #777777. Windows color (decimal): -14378585 or 10983716. OLE color: 10983716.

HSL color Cylindrical-coordinate representation of color #2499A7: hue angle of 186.41º degrees, saturation: 0.65, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2499A7 is Cyan = 0.78, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB36153167-
CMYK0.780.0800.35
HSL186.41º64.53%39.8%-
HSV(B)186.41º78.44%65.49%-
XYZ19.0925.9540.56-
YUV119.61154.7468.36-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 10.11%
GREEN value IS 153 (60.16% from 255) = 42.98%
BLUE value IS 167 (65.62% from 255) = 46.91%
R=10.11%
G=42.98%
B=46.91%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal361531670.780.0800.35186.4164.5339.8
Hex2499A74E8023ba4128
Octal442312471161004327210150
Binary1001001001100110100111100111010000100011101110101000001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2499A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2499A7; }

 p { color: rgb(36,153,167); }

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

<style>
 a { background-color: #2499A7; }

 a { background-color: rgb(36,153,167); }

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

<style>
 span { border-color: #2499A7; }

 span { border-color: rgb(36,153,167); }

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