Html Css Color HEX #249BAA Pelorous

📋 copy color: '#249BAA'

red 36 ◦ green 155 ◦ blue 170

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

Shades of Pelorous #249BAA

Tints of Pelorous #249BAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 47.09%

R = 9.97%
G = 42.94%
B = 47.09%

CMYK

 C value IS 0.79

 M value IS 0.09

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#249BAA (or 0x249BAA) is known color: Pelorous. HEX triplet: 24, 9B and AA. RGB value is (36,155,170). Sum of RGB (Red+Green+Blue) = 36+155+170=361 (47% of max value = 765). Red value is 36 (14.45% from 255 or 9.97% from 361); Green value is 155 (60.94% from 255 or 42.94% from 361); Blue value is 170 (66.80% from 255 or 47.09% from 361); Max value from RGB is 170 - color contains mainly: blue. Hex color #249BAA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #249BAA is #DB6455. Grayscale: #787878. Windows color (decimal): -14378070 or 11180836. OLE color: 11180836.

HSL color Cylindrical-coordinate representation of color #249BAA: hue angle of 186.72º degrees, saturation: 0.65, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #249BAA is Cyan = 0.79, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 36 155 170 -
CMYK 0.79 0.09 0 0.33
HSL 186.72º 0.65% 0.4% -
HSV(B) 186.72º 0.79% 0.67% -
XYZ 19.7 26.72 42.15 -
YUV 121.13 155.58 67.28 -
System Red Green Blue C M Y K H S L
Decimal 36 155 170 0.79 0.09 0 0.33 186.72 0.65 0.4
Hex 24 9B AA 4F 9 0 21 BB 41 28
Octal 44 233 252 117 11 0 41 273 101 50
Binary 100100 10011011 10101010 1001111 1001 0 100001 10111011 1000001 101000

Color Harmonies of #249BAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #249BAA

Black with #249BAA

Text Example


Text Example

White with #249BAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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