#249CAD

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

Shades of Pelorous #249CAD

Tints of Pelorous #249CAD

Color information

#249CAD (or 0x249CAD) is unknown color: approx Pelorous. HEX triplet: 24, 9C and AD. RGB value is (36,156,173). Sum of RGB (Red+Green+Blue) = 36+156+173=365 (48% of max value = 765). Red value is 36 (14.45% from 255 or 9.86% from 365); Green value is 156 (61.33% from 255 or 42.74% from 365); Blue value is 173 (67.97% from 255 or 47.40% from 365); Max value from RGB is 173 - color contains mainly: blue. Hex color #249CAD is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #249CAD is #DB6352. Grayscale: #797979. Windows color (decimal): -14377811 or 11377700. OLE color: 11377700.

HSL color Cylindrical-coordinate representation of color #249CAD: hue angle of 187.45º degrees, saturation: 0.66, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #249CAD is Cyan = 0.79, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB36156173-
CMYK0.790.1000.32
HSL187.45º65.55%40.98%-
HSV(B)187.45º79.19%67.84%-
XYZ20.1627.1743.72-
YUV122.06156.7466.62-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 9.86%
GREEN value IS 156 (61.33% from 255) = 42.74%
BLUE value IS 173 (67.97% from 255) = 47.40%
R=9.86%
G=42.74%
B=47.40%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal361561730.790.1000.32187.4565.5540.98
Hex249CAD4FA020bb4229
Octal442342551171204027310251
Binary1001001001110010101101100111110100100000101110111000010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #249CAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #249CAD; }

 p { color: rgb(36,156,173); }

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

<style>
 a { background-color: #249CAD; }

 a { background-color: rgb(36,156,173); }

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

<style>
 span { border-color: #249CAD; }

 span { border-color: rgb(36,156,173); }

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