Shades of Pelorous #2596CB
Tints of Pelorous #2596CB
RGB
CMYK
RGB Variations
Color information
#2596CB (or 0x2596CB) is known color: Pelorous. HEX triplet: 25, 96 and CB. RGB value is (37,150,203). Sum of RGB (Red+Green+Blue) = 37+150+203=390 (51% of max value = 765). Red value is 37 (14.84% from 255 or 9.49% from 390); Green value is 150 (58.98% from 255 or 38.46% from 390); Blue value is 203 (79.69% from 255 or 52.05% from 390); Max value from RGB is 203 - color contains mainly: blue. Hex color #2596CB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2596CB is #DA6934. Grayscale: #797979. Windows color (decimal): -14313781 or 13342245. OLE color: 13342245.
HSL color Cylindrical-coordinate representation of color #2596CB: hue angle of 199.16º degrees, saturation: 0.69, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2596CB is Cyan = 0.82, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 37 | 150 | 203 | - |
| CMYK | 0.82 | 0.26 | 0 | 0.20 |
| HSL | 199.16º | 0.69% | 0.47% | - |
| HSV(B) | 199.16º | 0.82% | 0.8% | - |
| XYZ | 22.45 | 26.52 | 60.44 | - |
| YUV | 122.26 | 173.56 | 67.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 150 | 203 | 0.82 | 0.26 | 0 | 0.20 | 199.16 | 0.69 | 0.47 |
| Hex | 25 | 96 | CB | 52 | 1A | 0 | 14 | C7 | 45 | 2F |
| Octal | 45 | 226 | 313 | 122 | 32 | 0 | 24 | 307 | 105 | 57 |
| Binary | 100101 | 10010110 | 11001011 | 1010010 | 11010 | 0 | 10100 | 11000111 | 1000101 | 101111 |
Color Harmonies of #2596CB
Complementary color
Monochromatic Colors of #2596CB
Black with #2596CB
Text Example
Text Example
White with #2596CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2596CB; }
p { color: rgb(37,150,203); }
H1.HeaderClassName
{
color: #2596CB;
}
.AnyTagClassName
{
color: #2596CB;
}
</style>
background-color css
<style>
a { background-color: #2596CB; }
a { background-color: rgb(37,150,203); }
div.DivClassName
{
background-color: #2596CB;
}
.BgClassName
{
background-color: #2596CB;
}
</style>
border-color css
<style>
span { border-color: #2596CB; }
span { border-color: rgb(37,150,203); }
td.TdClassName
{
border-color: #2596CB;
}
.TagClassName
{
border-color: #2596CB;
}
</style>