Html Css Color HEX #249AB6 Pelorous

📋 copy color: '#249AB6'

red 36 ◦ green 154 ◦ blue 182

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

Shades of Pelorous #249AB6

Tints of Pelorous #249AB6

RGB

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

 GREEN value IS 154 (60.55% from 255) = 41.4%

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

R = 9.68%
G = 41.4%
B = 48.92%

CMYK

 C value IS 0.80

 M value IS 0.15

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#249AB6 (or 0x249AB6) is known color: Pelorous. HEX triplet: 24, 9A and B6. RGB value is (36,154,182). Sum of RGB (Red+Green+Blue) = 36+154+182=372 (49% of max value = 765). Red value is 36 (14.45% from 255 or 9.68% from 372); Green value is 154 (60.55% from 255 or 41.40% from 372); Blue value is 182 (71.48% from 255 or 48.92% from 372); Max value from RGB is 182 - color contains mainly: blue. Hex color #249AB6 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #249AB6 is #DB6549. Grayscale: #797979. Windows color (decimal): -14378314 or 11967012. OLE color: 11967012.

HSL color Cylindrical-coordinate representation of color #249AB6: hue angle of 191.51º 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 #249AB6 is Cyan = 0.80, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 36 154 182 -
CMYK 0.80 0.15 0 0.29
HSL 191.51º 0.67% 0.43% -
HSV(B) 191.51º 0.8% 0.71% -
XYZ 20.73 26.86 48.35 -
YUV 121.91 161.91 66.72 -
System Red Green Blue C M Y K H S L
Decimal 36 154 182 0.80 0.15 0 0.29 191.51 0.67 0.43
Hex 24 9A B6 50 F 0 1D C0 43 2B
Octal 44 232 266 120 17 0 35 300 103 53
Binary 100100 10011010 10110110 1010000 1111 0 11101 11000000 1000011 101011

Color Harmonies of #249AB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #249AB6

Black with #249AB6

Text Example


Text Example

White with #249AB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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