Shades of Pelorous #259CB0
Tints of Pelorous #259CB0
RGB
CMYK
RGB Variations
Color information
#259CB0 (or 0x259CB0) is known color: Pelorous. HEX triplet: 25, 9C and B0. RGB value is (37,156,176). Sum of RGB (Red+Green+Blue) = 37+156+176=369 (48% of max value = 765). Red value is 37 (14.84% from 255 or 10.03% from 369); Green value is 156 (61.33% from 255 or 42.28% from 369); Blue value is 176 (69.14% from 255 or 47.70% from 369); Max value from RGB is 176 - color contains mainly: blue. Hex color #259CB0 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #259CB0 is #DA634F. Grayscale: #7A7A7A. Windows color (decimal): -14312272 or 11574309. OLE color: 11574309.
HSL color Cylindrical-coordinate representation of color #259CB0: hue angle of 188.63º degrees, saturation: 0.65, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #259CB0 is Cyan = 0.79, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 37 | 156 | 176 | - |
| CMYK | 0.79 | 0.11 | 0 | 0.31 |
| HSL | 188.63º | 0.65% | 0.42% | - |
| HSV(B) | 188.63º | 0.79% | 0.69% | - |
| XYZ | 20.49 | 27.3 | 45.26 | - |
| YUV | 122.7 | 158.08 | 66.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 156 | 176 | 0.79 | 0.11 | 0 | 0.31 | 188.63 | 0.65 | 0.42 |
| Hex | 25 | 9C | B0 | 4F | B | 0 | 1F | BD | 41 | 2A |
| Octal | 45 | 234 | 260 | 117 | 13 | 0 | 37 | 275 | 101 | 52 |
| Binary | 100101 | 10011100 | 10110000 | 1001111 | 1011 | 0 | 11111 | 10111101 | 1000001 | 101010 |
Color Harmonies of #259CB0
Complementary color
Monochromatic Colors of #259CB0
Black with #259CB0
Text Example
Text Example
White with #259CB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #259CB0; }
p { color: rgb(37,156,176); }
H1.HeaderClassName
{
color: #259CB0;
}
.AnyTagClassName
{
color: #259CB0;
}
</style>
background-color css
<style>
a { background-color: #259CB0; }
a { background-color: rgb(37,156,176); }
div.DivClassName
{
background-color: #259CB0;
}
.BgClassName
{
background-color: #259CB0;
}
</style>
border-color css
<style>
span { border-color: #259CB0; }
span { border-color: rgb(37,156,176); }
td.TdClassName
{
border-color: #259CB0;
}
.TagClassName
{
border-color: #259CB0;
}
</style>