Shades of Pelorous #2595CB
Tints of Pelorous #2595CB
RGB
CMYK
RGB Variations
Color information
#2595CB (or 0x2595CB) is known color: Pelorous. HEX triplet: 25, 95 and CB. RGB value is (37,149,203). Sum of RGB (Red+Green+Blue) = 37+149+203=389 (51% of max value = 765). Red value is 37 (14.84% from 255 or 9.51% from 389); Green value is 149 (58.59% from 255 or 38.30% from 389); Blue value is 203 (79.69% from 255 or 52.19% from 389); Max value from RGB is 203 - color contains mainly: blue. Hex color #2595CB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2595CB is #DA6A34. Grayscale: #797979. Windows color (decimal): -14314037 or 13341989. OLE color: 13341989.
HSL color Cylindrical-coordinate representation of color #2595CB: hue angle of 199.52º 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 #2595CB is Cyan = 0.82, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 37 | 149 | 203 | - |
| CMYK | 0.82 | 0.27 | 0 | 0.20 |
| HSL | 199.52º | 0.69% | 0.47% | - |
| HSV(B) | 199.52º | 0.82% | 0.8% | - |
| XYZ | 22.29 | 26.2 | 60.38 | - |
| YUV | 121.67 | 173.89 | 67.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 149 | 203 | 0.82 | 0.27 | 0 | 0.20 | 199.52 | 0.69 | 0.47 |
| Hex | 25 | 95 | CB | 52 | 1B | 0 | 14 | C8 | 45 | 2F |
| Octal | 45 | 225 | 313 | 122 | 33 | 0 | 24 | 310 | 105 | 57 |
| Binary | 100101 | 10010101 | 11001011 | 1010010 | 11011 | 0 | 10100 | 11001000 | 1000101 | 101111 |
Color Harmonies of #2595CB
Complementary color
Monochromatic Colors of #2595CB
Black with #2595CB
Text Example
Text Example
White with #2595CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2595CB; }
p { color: rgb(37,149,203); }
H1.HeaderClassName
{
color: #2595CB;
}
.AnyTagClassName
{
color: #2595CB;
}
</style>
background-color css
<style>
a { background-color: #2595CB; }
a { background-color: rgb(37,149,203); }
div.DivClassName
{
background-color: #2595CB;
}
.BgClassName
{
background-color: #2595CB;
}
</style>
border-color css
<style>
span { border-color: #2595CB; }
span { border-color: rgb(37,149,203); }
td.TdClassName
{
border-color: #2595CB;
}
.TagClassName
{
border-color: #2595CB;
}
</style>