Shades of Pelorous #259ECC
Tints of Pelorous #259ECC
RGB
CMYK
RGB Variations
Color information
#259ECC (or 0x259ECC) is known color: Pelorous. HEX triplet: 25, 9E and CC. RGB value is (37,158,204). Sum of RGB (Red+Green+Blue) = 37+158+204=399 (52% of max value = 765). Red value is 37 (14.84% from 255 or 9.27% from 399); Green value is 158 (62.11% from 255 or 39.60% from 399); Blue value is 204 (80.08% from 255 or 51.13% from 399); Max value from RGB is 204 - color contains mainly: blue. Hex color #259ECC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #259ECC is #DA6133. Grayscale: #7E7E7E. Windows color (decimal): -14311732 or 13409829. OLE color: 13409829.
HSL color Cylindrical-coordinate representation of color #259ECC: hue angle of 196.53º 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 #259ECC is Cyan = 0.82, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 37 | 158 | 204 | - |
| CMYK | 0.82 | 0.23 | 0 | 0.2 |
| HSL | 196.53º | 0.69% | 0.47% | - |
| HSV(B) | 196.53º | 0.82% | 0.8% | - |
| XYZ | 23.89 | 29.21 | 61.51 | - |
| YUV | 127.07 | 171.41 | 63.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 158 | 204 | 0.82 | 0.23 | 0 | 0.2 | 196.53 | 0.69 | 0.47 |
| Hex | 25 | 9E | CC | 52 | 17 | 0 | 14 | C5 | 45 | 2F |
| Octal | 45 | 236 | 314 | 122 | 27 | 0 | 24 | 305 | 105 | 57 |
| Binary | 100101 | 10011110 | 11001100 | 1010010 | 10111 | 0 | 10100 | 11000101 | 1000101 | 101111 |
Color Harmonies of #259ECC
Complementary color
Monochromatic Colors of #259ECC
Black with #259ECC
Text Example
Text Example
White with #259ECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #259ECC; }
p { color: rgb(37,158,204); }
H1.HeaderClassName
{
color: #259ECC;
}
.AnyTagClassName
{
color: #259ECC;
}
</style>
background-color css
<style>
a { background-color: #259ECC; }
a { background-color: rgb(37,158,204); }
div.DivClassName
{
background-color: #259ECC;
}
.BgClassName
{
background-color: #259ECC;
}
</style>
border-color css
<style>
span { border-color: #259ECC; }
span { border-color: rgb(37,158,204); }
td.TdClassName
{
border-color: #259ECC;
}
.TagClassName
{
border-color: #259ECC;
}
</style>