Html Css Color HEX #249CB6 Pelorous

📋 copy color: '#249CB6'

red 36 ◦ green 156 ◦ blue 182

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

Shades of Pelorous #249CB6

Tints of Pelorous #249CB6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 48.66%

R = 9.63%
G = 41.71%
B = 48.66%

CMYK

 C value IS 0.80

 M value IS 0.14

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#249CB6 (or 0x249CB6) is known color: Pelorous. HEX triplet: 24, 9C and B6. RGB value is (36,156,182). Sum of RGB (Red+Green+Blue) = 36+156+182=374 (49% of max value = 765). Red value is 36 (14.45% from 255 or 9.63% from 374); Green value is 156 (61.33% from 255 or 41.71% from 374); Blue value is 182 (71.48% from 255 or 48.66% from 374); Max value from RGB is 182 - color contains mainly: blue. Hex color #249CB6 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #249CB6 is #DB6349. Grayscale: #7A7A7A. Windows color (decimal): -14377802 or 11967524. OLE color: 11967524.

HSL color Cylindrical-coordinate representation of color #249CB6: hue angle of 190.68º degrees, saturation: 0.67, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #249CB6 is Cyan = 0.80, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 36 156 182 -
CMYK 0.80 0.14 0 0.29
HSL 190.68º 0.67% 0.43% -
HSV(B) 190.68º 0.8% 0.71% -
XYZ 21.06 27.53 48.46 -
YUV 123.08 161.24 65.89 -
System Red Green Blue C M Y K H S L
Decimal 36 156 182 0.80 0.14 0 0.29 190.68 0.67 0.43
Hex 24 9C B6 50 E 0 1D BF 43 2B
Octal 44 234 266 120 16 0 35 277 103 53
Binary 100100 10011100 10110110 1010000 1110 0 11101 10111111 1000011 101011

Color Harmonies of #249CB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #249CB6

Black with #249CB6

Text Example


Text Example

White with #249CB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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