Shades of Pelorous #2596AB
Tints of Pelorous #2596AB
RGB
CMYK
RGB Variations
Color information
#2596AB (or 0x2596AB) is known color: Pelorous. HEX triplet: 25, 96 and AB. RGB value is (37,150,171). Sum of RGB (Red+Green+Blue) = 37+150+171=358 (47% of max value = 765). Red value is 37 (14.84% from 255 or 10.34% from 358); Green value is 150 (58.98% from 255 or 41.90% from 358); Blue value is 171 (67.19% from 255 or 47.77% from 358); Max value from RGB is 171 - color contains mainly: blue. Hex color #2596AB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2596AB is #DA6954. Grayscale: #767676. Windows color (decimal): -14313813 or 11245093. OLE color: 11245093.
HSL color Cylindrical-coordinate representation of color #2596AB: hue angle of 189.4º degrees, saturation: 0.64, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2596AB is Cyan = 0.78, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 37 | 150 | 171 | - |
| CMYK | 0.78 | 0.12 | 0 | 0.33 |
| HSL | 189.4º | 0.64% | 0.41% | - |
| HSV(B) | 189.4º | 0.78% | 0.67% | - |
| XYZ | 19.02 | 25.15 | 42.38 | - |
| YUV | 118.61 | 157.56 | 69.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 150 | 171 | 0.78 | 0.12 | 0 | 0.33 | 189.4 | 0.64 | 0.41 |
| Hex | 25 | 96 | AB | 4E | C | 0 | 21 | BD | 40 | 29 |
| Octal | 45 | 226 | 253 | 116 | 14 | 0 | 41 | 275 | 100 | 51 |
| Binary | 100101 | 10010110 | 10101011 | 1001110 | 1100 | 0 | 100001 | 10111101 | 1000000 | 101001 |
Color Harmonies of #2596AB
Complementary color
Monochromatic Colors of #2596AB
Black with #2596AB
Text Example
Text Example
White with #2596AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2596AB; }
p { color: rgb(37,150,171); }
H1.HeaderClassName
{
color: #2596AB;
}
.AnyTagClassName
{
color: #2596AB;
}
</style>
background-color css
<style>
a { background-color: #2596AB; }
a { background-color: rgb(37,150,171); }
div.DivClassName
{
background-color: #2596AB;
}
.BgClassName
{
background-color: #2596AB;
}
</style>
border-color css
<style>
span { border-color: #2596AB; }
span { border-color: rgb(37,150,171); }
td.TdClassName
{
border-color: #2596AB;
}
.TagClassName
{
border-color: #2596AB;
}
</style>