Html Css Color HEX #249EAA Pelorous

📋 copy color: '#249EAA'

red 36 ◦ green 158 ◦ blue 170

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

Shades of Pelorous #249EAA

Tints of Pelorous #249EAA

RGB

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

 GREEN value IS 158 (62.11% from 255) = 43.41%

 BLUE value IS 170 (66.8% from 255) = 46.7%

R = 9.89%
G = 43.41%
B = 46.7%

CMYK

 C value IS 0.79

 M value IS 0.07

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#249EAA (or 0x249EAA) is known color: Pelorous. HEX triplet: 24, 9E and AA. RGB value is (36,158,170). Sum of RGB (Red+Green+Blue) = 36+158+170=364 (48% of max value = 765). Red value is 36 (14.45% from 255 or 9.89% from 364); Green value is 158 (62.11% from 255 or 43.41% from 364); Blue value is 170 (66.80% from 255 or 46.70% from 364); Max value from RGB is 170 - color contains mainly: blue. Hex color #249EAA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #249EAA is #DB6155. Grayscale: #7A7A7A. Windows color (decimal): -14377302 or 11181604. OLE color: 11181604.

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

Color convert

RGB 36 158 170 -
CMYK 0.79 0.07 0 0.33
HSL 185.37º 0.65% 0.4% -
HSV(B) 185.37º 0.79% 0.67% -
XYZ 20.21 27.73 42.32 -
YUV 122.89 154.58 66.02 -
System Red Green Blue C M Y K H S L
Decimal 36 158 170 0.79 0.07 0 0.33 185.37 0.65 0.4
Hex 24 9E AA 4F 7 0 21 B9 41 28
Octal 44 236 252 117 7 0 41 271 101 50
Binary 100100 10011110 10101010 1001111 111 0 100001 10111001 1000001 101000

Color Harmonies of #249EAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #249EAA

Black with #249EAA

Text Example


Text Example

White with #249EAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(36,158,170); }

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

background-color css

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

 a { background-color: rgb(36,158,170); }

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

border-color css

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

 span { border-color: rgb(36,158,170); }

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