Html Css Color HEX #249DAC Pelorous

📋 copy color: '#249DAC'

red 36 ◦ green 157 ◦ blue 172

#249DAC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pelorous #249DAC

Tints of Pelorous #249DAC

RGB

 RED value IS 36 (14.45% from 255) = 9.86%

 GREEN value IS 157 (61.72% from 255) = 43.01%

 BLUE value IS 172 (67.58% from 255) = 47.12%

R = 9.86%
G = 43.01%
B = 47.12%

CMYK

 C value IS 0.79

 M value IS 0.09

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#249DAC (or 0x249DAC) is known color: Pelorous. HEX triplet: 24, 9D and AC. RGB value is (36,157,172). Sum of RGB (Red+Green+Blue) = 36+157+172=365 (48% of max value = 765). Red value is 36 (14.45% from 255 or 9.86% from 365); Green value is 157 (61.72% from 255 or 43.01% from 365); Blue value is 172 (67.58% from 255 or 47.12% from 365); Max value from RGB is 172 - color contains mainly: blue. Hex color #249DAC is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #249DAC is #DB6253. Grayscale: #7A7A7A. Windows color (decimal): -14377556 or 11312420. OLE color: 11312420.

HSL color Cylindrical-coordinate representation of color #249DAC: hue angle of 186.62º degrees, saturation: 0.65, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #249DAC is Cyan = 0.79, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 36 157 172 -
CMYK 0.79 0.09 0 0.33
HSL 186.62º 0.65% 0.41% -
HSV(B) 186.62º 0.79% 0.67% -
XYZ 20.23 27.47 43.27 -
YUV 122.53 155.91 66.28 -
System Red Green Blue C M Y K H S L
Decimal 36 157 172 0.79 0.09 0 0.33 186.62 0.65 0.41
Hex 24 9D AC 4F 9 0 21 BB 41 29
Octal 44 235 254 117 11 0 41 273 101 51
Binary 100100 10011101 10101100 1001111 1001 0 100001 10111011 1000001 101001

Color Harmonies of #249DAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #249DAC

Black with #249DAC

Text Example


Text Example

White with #249DAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(36,157,172); }

 H1.HeaderClassName
 {
   color: #249DAC;
 }
 .AnyTagClassName
 {
   color: #249DAC;
 }
</style>

background-color css

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

 a { background-color: rgb(36,157,172); }

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

border-color css

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

 span { border-color: rgb(36,157,172); }

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