Html Css Color HEX #249AB4 Pelorous

📋 copy color: '#249AB4'

red 36 ◦ green 154 ◦ blue 180

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

Shades of Pelorous #249AB4

Tints of Pelorous #249AB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 48.65%

R = 9.73%
G = 41.62%
B = 48.65%

CMYK

 C value IS 0.8

 M value IS 0.14

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#249AB4 (or 0x249AB4) is known color: Pelorous. HEX triplet: 24, 9A and B4. RGB value is (36,154,180). Sum of RGB (Red+Green+Blue) = 36+154+180=370 (49% of max value = 765). Red value is 36 (14.45% from 255 or 9.73% from 370); Green value is 154 (60.55% from 255 or 41.62% from 370); Blue value is 180 (70.70% from 255 or 48.65% from 370); Max value from RGB is 180 - color contains mainly: blue. Hex color #249AB4 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #249AB4 is #DB654B. Grayscale: #797979. Windows color (decimal): -14378316 or 11835940. OLE color: 11835940.

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

Color convert

RGB 36 154 180 -
CMYK 0.8 0.14 0 0.29
HSL 190.83º 0.67% 0.42% -
HSV(B) 190.83º 0.8% 0.71% -
XYZ 20.52 26.78 47.27 -
YUV 121.68 160.91 66.89 -
System Red Green Blue C M Y K H S L
Decimal 36 154 180 0.8 0.14 0 0.29 190.83 0.67 0.42
Hex 24 9A B4 50 E 0 1D BF 43 2A
Octal 44 232 264 120 16 0 35 277 103 52
Binary 100100 10011010 10110100 1010000 1110 0 11101 10111111 1000011 101010

Color Harmonies of #249AB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #249AB4

Black with #249AB4

Text Example


Text Example

White with #249AB4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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