Html Css Color HEX #2496AB Pelorous

📋 copy color: '#2496AB'

red 36 ◦ green 150 ◦ blue 171

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

Shades of Pelorous #2496AB

Tints of Pelorous #2496AB

RGB

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

 GREEN value IS 150 (58.98% from 255) = 42.02%

 BLUE value IS 171 (67.19% from 255) = 47.9%

R = 10.08%
G = 42.02%
B = 47.9%

CMYK

 C value IS 0.79

 M value IS 0.12

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#2496AB (or 0x2496AB) is known color: Pelorous. HEX triplet: 24, 96 and AB. RGB value is (36,150,171). Sum of RGB (Red+Green+Blue) = 36+150+171=357 (47% of max value = 765). Red value is 36 (14.45% from 255 or 10.08% from 357); Green value is 150 (58.98% from 255 or 42.02% from 357); Blue value is 171 (67.19% from 255 or 47.90% from 357); Max value from RGB is 171 - color contains mainly: blue. Hex color #2496AB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2496AB is #DB6954. Grayscale: #767676. Windows color (decimal): -14379349 or 11245092. OLE color: 11245092.

HSL color Cylindrical-coordinate representation of color #2496AB: hue angle of 189.33º 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 #2496AB is Cyan = 0.79, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 36 150 171 -
CMYK 0.79 0.12 0 0.33
HSL 189.33º 0.65% 0.41% -
HSV(B) 189.33º 0.79% 0.67% -
XYZ 18.98 25.13 42.38 -
YUV 118.31 157.73 69.29 -
System Red Green Blue C M Y K H S L
Decimal 36 150 171 0.79 0.12 0 0.33 189.33 0.65 0.41
Hex 24 96 AB 4F C 0 21 BD 41 29
Octal 44 226 253 117 14 0 41 275 101 51
Binary 100100 10010110 10101011 1001111 1100 0 100001 10111101 1000001 101001

Color Harmonies of #2496AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2496AB

Black with #2496AB

Text Example


Text Example

White with #2496AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2496AB; }

 p { color: rgb(36,150,171); }

 H1.HeaderClassName
 {
   color: #2496AB;
 }
 .AnyTagClassName
 {
   color: #2496AB;
 }
</style>

background-color css

<style>
 a { background-color: #2496AB; }

 a { background-color: rgb(36,150,171); }

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

border-color css

<style>
 span { border-color: #2496AB; }

 span { border-color: rgb(36,150,171); }

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