Html Css Color HEX #249CAF Pelorous

📋 copy color: '#249CAF'

red 36 ◦ green 156 ◦ blue 175

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

Shades of Pelorous #249CAF

Tints of Pelorous #249CAF

RGB

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

 GREEN value IS 156 (61.33% from 255) = 42.51%

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

R = 9.81%
G = 42.51%
B = 47.68%

CMYK

 C value IS 0.79

 M value IS 0.11

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#249CAF (or 0x249CAF) is known color: Pelorous. HEX triplet: 24, 9C and AF. RGB value is (36,156,175). Sum of RGB (Red+Green+Blue) = 36+156+175=367 (48% of max value = 765). Red value is 36 (14.45% from 255 or 9.81% from 367); Green value is 156 (61.33% from 255 or 42.51% from 367); Blue value is 175 (68.75% from 255 or 47.68% from 367); Max value from RGB is 175 - color contains mainly: blue. Hex color #249CAF is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #249CAF is #DB6350. Grayscale: #7A7A7A. Windows color (decimal): -14377809 or 11508772. OLE color: 11508772.

HSL color Cylindrical-coordinate representation of color #249CAF: hue angle of 188.2º 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 #249CAF is Cyan = 0.79, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 36 156 175 -
CMYK 0.79 0.11 0 0.31
HSL 188.2º 0.66% 0.41% -
HSV(B) 188.2º 0.79% 0.69% -
XYZ 20.35 27.25 44.74 -
YUV 122.29 157.74 66.46 -
System Red Green Blue C M Y K H S L
Decimal 36 156 175 0.79 0.11 0 0.31 188.2 0.66 0.41
Hex 24 9C AF 4F B 0 1F BC 42 29
Octal 44 234 257 117 13 0 37 274 102 51
Binary 100100 10011100 10101111 1001111 1011 0 11111 10111100 1000010 101001

Color Harmonies of #249CAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #249CAF

Black with #249CAF

Text Example


Text Example

White with #249CAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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