Html Css Color HEX #249BAE Pelorous

📋 copy color: '#249BAE'

red 36 ◦ green 155 ◦ blue 174

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

Shades of Pelorous #249BAE

Tints of Pelorous #249BAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 47.67%

R = 9.86%
G = 42.47%
B = 47.67%

CMYK

 C value IS 0.79

 M value IS 0.11

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#249BAE (or 0x249BAE) is known color: Pelorous. HEX triplet: 24, 9B and AE. RGB value is (36,155,174). Sum of RGB (Red+Green+Blue) = 36+155+174=365 (48% of max value = 765). Red value is 36 (14.45% from 255 or 9.86% from 365); Green value is 155 (60.94% from 255 or 42.47% from 365); Blue value is 174 (68.36% from 255 or 47.67% from 365); Max value from RGB is 174 - color contains mainly: blue. Hex color #249BAE is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #249BAE is #DB6451. Grayscale: #797979. Windows color (decimal): -14378066 or 11442980. OLE color: 11442980.

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

Color convert

RGB 36 155 174 -
CMYK 0.79 0.11 0 0.32
HSL 188.26º 0.66% 0.41% -
HSV(B) 188.26º 0.79% 0.68% -
XYZ 20.09 26.87 44.17 -
YUV 121.59 157.58 66.96 -
System Red Green Blue C M Y K H S L
Decimal 36 155 174 0.79 0.11 0 0.32 188.26 0.66 0.41
Hex 24 9B AE 4F B 0 20 BC 42 29
Octal 44 233 256 117 13 0 40 274 102 51
Binary 100100 10011011 10101110 1001111 1011 0 100000 10111100 1000010 101001

Color Harmonies of #249BAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #249BAE

Black with #249BAE

Text Example


Text Example

White with #249BAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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