Html Css Color HEX #249BAF Pelorous

📋 copy color: '#249BAF'

red 36 ◦ green 155 ◦ blue 175

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

Shades of Pelorous #249BAF

Tints of Pelorous #249BAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 47.81%

R = 9.84%
G = 42.35%
B = 47.81%

CMYK

 C value IS 0.79

 M value IS 0.11

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#249BAF (or 0x249BAF) is known color: Pelorous. HEX triplet: 24, 9B and AF. RGB value is (36,155,175). Sum of RGB (Red+Green+Blue) = 36+155+175=366 (48% of max value = 765). Red value is 36 (14.45% from 255 or 9.84% from 366); Green value is 155 (60.94% from 255 or 42.35% from 366); Blue value is 175 (68.75% from 255 or 47.81% from 366); Max value from RGB is 175 - color contains mainly: blue. Hex color #249BAF is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #249BAF is #DB6450. Grayscale: #797979. Windows color (decimal): -14378065 or 11508516. OLE color: 11508516.

HSL color Cylindrical-coordinate representation of color #249BAF: hue angle of 188.63º degrees, saturation: 0.66, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #249BAF is Cyan = 0.79, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 36 155 175 -
CMYK 0.79 0.11 0 0.31
HSL 188.63º 0.66% 0.41% -
HSV(B) 188.63º 0.79% 0.69% -
XYZ 20.19 26.91 44.69 -
YUV 121.7 158.08 66.87 -
System Red Green Blue C M Y K H S L
Decimal 36 155 175 0.79 0.11 0 0.31 188.63 0.66 0.41
Hex 24 9B AF 4F B 0 1F BD 42 29
Octal 44 233 257 117 13 0 37 275 102 51
Binary 100100 10011011 10101111 1001111 1011 0 11111 10111101 1000010 101001

Color Harmonies of #249BAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #249BAF

Black with #249BAF

Text Example


Text Example

White with #249BAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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