Html Css Color HEX #249BAC Pelorous

📋 copy color: '#249BAC'

red 36 ◦ green 155 ◦ blue 172

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

Shades of Pelorous #249BAC

Tints of Pelorous #249BAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 47.38%

R = 9.92%
G = 42.7%
B = 47.38%

CMYK

 C value IS 0.79

 M value IS 0.10

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#249BAC (or 0x249BAC) is known color: Pelorous. HEX triplet: 24, 9B and AC. RGB value is (36,155,172). Sum of RGB (Red+Green+Blue) = 36+155+172=363 (48% of max value = 765). Red value is 36 (14.45% from 255 or 9.92% from 363); Green value is 155 (60.94% from 255 or 42.70% from 363); Blue value is 172 (67.58% from 255 or 47.38% from 363); Max value from RGB is 172 - color contains mainly: blue. Hex color #249BAC is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #249BAC is #DB6453. Grayscale: #797979. Windows color (decimal): -14378068 or 11311908. OLE color: 11311908.

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

Color convert

RGB 36 155 172 -
CMYK 0.79 0.10 0 0.33
HSL 187.5º 0.65% 0.41% -
HSV(B) 187.5º 0.79% 0.67% -
XYZ 19.9 26.8 43.15 -
YUV 121.36 156.58 67.12 -
System Red Green Blue C M Y K H S L
Decimal 36 155 172 0.79 0.10 0 0.33 187.5 0.65 0.41
Hex 24 9B AC 4F A 0 21 BC 41 29
Octal 44 233 254 117 12 0 41 274 101 51
Binary 100100 10011011 10101100 1001111 1010 0 100001 10111100 1000001 101001

Color Harmonies of #249BAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #249BAC

Black with #249BAC

Text Example


Text Example

White with #249BAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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