Html Css Color HEX #249BB2 Pelorous

📋 copy color: '#249BB2'

red 36 ◦ green 155 ◦ blue 178

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

Shades of Pelorous #249BB2

Tints of Pelorous #249BB2

RGB

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

 GREEN value IS 155 (60.94% from 255) = 42.01%

 BLUE value IS 178 (69.92% from 255) = 48.24%

R = 9.76%
G = 42.01%
B = 48.24%

CMYK

 C value IS 0.80

 M value IS 0.13

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#249BB2 (or 0x249BB2) is known color: Pelorous. HEX triplet: 24, 9B and B2. RGB value is (36,155,178). Sum of RGB (Red+Green+Blue) = 36+155+178=369 (48% of max value = 765). Red value is 36 (14.45% from 255 or 9.76% from 369); Green value is 155 (60.94% from 255 or 42.01% from 369); Blue value is 178 (69.92% from 255 or 48.24% from 369); Max value from RGB is 178 - color contains mainly: blue. Hex color #249BB2 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #249BB2 is #DB644D. Grayscale: #797979. Windows color (decimal): -14378062 or 11705124. OLE color: 11705124.

HSL color Cylindrical-coordinate representation of color #249BB2: hue angle of 189.72º degrees, saturation: 0.66, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #249BB2 is Cyan = 0.80, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 36 155 178 -
CMYK 0.80 0.13 0 0.30
HSL 189.72º 0.66% 0.42% -
HSV(B) 189.72º 0.8% 0.7% -
XYZ 20.48 27.03 46.26 -
YUV 122.04 159.58 66.63 -
System Red Green Blue C M Y K H S L
Decimal 36 155 178 0.80 0.13 0 0.30 189.72 0.66 0.42
Hex 24 9B B2 50 D 0 1E BE 42 2A
Octal 44 233 262 120 15 0 36 276 102 52
Binary 100100 10011011 10110010 1010000 1101 0 11110 10111110 1000010 101010

Color Harmonies of #249BB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #249BB2

Black with #249BB2

Text Example


Text Example

White with #249BB2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(36,155,178); }

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

background-color css

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

 a { background-color: rgb(36,155,178); }

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

border-color css

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

 span { border-color: rgb(36,155,178); }

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