Shades of Pelorous #2596B9
Tints of Pelorous #2596B9
RGB
CMYK
RGB Variations
Color information
#2596B9 (or 0x2596B9) is known color: Pelorous. HEX triplet: 25, 96 and B9. RGB value is (37,150,185). Sum of RGB (Red+Green+Blue) = 37+150+185=372 (49% of max value = 765). Red value is 37 (14.84% from 255 or 9.95% from 372); Green value is 150 (58.98% from 255 or 40.32% from 372); Blue value is 185 (72.66% from 255 or 49.73% from 372); Max value from RGB is 185 - color contains mainly: blue. Hex color #2596B9 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2596B9 is #DA6946. Grayscale: #777777. Windows color (decimal): -14313799 or 12162597. OLE color: 12162597.
HSL color Cylindrical-coordinate representation of color #2596B9: hue angle of 194.19º degrees, saturation: 0.67, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2596B9 is Cyan = 0.80, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 37 | 150 | 185 | - |
| CMYK | 0.80 | 0.19 | 0 | 0.27 |
| HSL | 194.19º | 0.67% | 0.44% | - |
| HSV(B) | 194.19º | 0.8% | 0.73% | - |
| XYZ | 20.43 | 25.71 | 49.78 | - |
| YUV | 120.2 | 164.56 | 68.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 150 | 185 | 0.80 | 0.19 | 0 | 0.27 | 194.19 | 0.67 | 0.44 |
| Hex | 25 | 96 | B9 | 50 | 13 | 0 | 1B | C2 | 43 | 2C |
| Octal | 45 | 226 | 271 | 120 | 23 | 0 | 33 | 302 | 103 | 54 |
| Binary | 100101 | 10010110 | 10111001 | 1010000 | 10011 | 0 | 11011 | 11000010 | 1000011 | 101100 |
Color Harmonies of #2596B9
Complementary color
Monochromatic Colors of #2596B9
Black with #2596B9
Text Example
Text Example
White with #2596B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2596B9; }
p { color: rgb(37,150,185); }
H1.HeaderClassName
{
color: #2596B9;
}
.AnyTagClassName
{
color: #2596B9;
}
</style>
background-color css
<style>
a { background-color: #2596B9; }
a { background-color: rgb(37,150,185); }
div.DivClassName
{
background-color: #2596B9;
}
.BgClassName
{
background-color: #2596B9;
}
</style>
border-color css
<style>
span { border-color: #2596B9; }
span { border-color: rgb(37,150,185); }
td.TdClassName
{
border-color: #2596B9;
}
.TagClassName
{
border-color: #2596B9;
}
</style>