Html Css Color HEX #249EAF Pelorous

📋 copy color: '#249EAF'

red 36 ◦ green 158 ◦ blue 175

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

Shades of Pelorous #249EAF

Tints of Pelorous #249EAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 47.43%

R = 9.76%
G = 42.82%
B = 47.43%

CMYK

 C value IS 0.79

 M value IS 0.10

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#249EAF (or 0x249EAF) is known color: Pelorous. HEX triplet: 24, 9E and AF. RGB value is (36,158,175). Sum of RGB (Red+Green+Blue) = 36+158+175=369 (48% of max value = 765). Red value is 36 (14.45% from 255 or 9.76% from 369); Green value is 158 (62.11% from 255 or 42.82% from 369); Blue value is 175 (68.75% from 255 or 47.43% from 369); Max value from RGB is 175 - color contains mainly: blue. Hex color #249EAF is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #249EAF is #DB6150. Grayscale: #7B7B7B. Windows color (decimal): -14377297 or 11509284. OLE color: 11509284.

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

Color convert

RGB 36 158 175 -
CMYK 0.79 0.10 0 0.31
HSL 187.34º 0.66% 0.41% -
HSV(B) 187.34º 0.79% 0.69% -
XYZ 20.69 27.92 44.86 -
YUV 123.46 157.08 65.62 -
System Red Green Blue C M Y K H S L
Decimal 36 158 175 0.79 0.10 0 0.31 187.34 0.66 0.41
Hex 24 9E AF 4F A 0 1F BB 42 29
Octal 44 236 257 117 12 0 37 273 102 51
Binary 100100 10011110 10101111 1001111 1010 0 11111 10111011 1000010 101001

Color Harmonies of #249EAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #249EAF

Black with #249EAF

Text Example


Text Example

White with #249EAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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