Shades of Pelorous #259EB2
Tints of Pelorous #259EB2
RGB
CMYK
RGB Variations
Color information
#259EB2 (or 0x259EB2) is known color: Pelorous. HEX triplet: 25, 9E and B2. RGB value is (37,158,178). Sum of RGB (Red+Green+Blue) = 37+158+178=373 (49% of max value = 765). Red value is 37 (14.84% from 255 or 9.92% from 373); Green value is 158 (62.11% from 255 or 42.36% from 373); Blue value is 178 (69.92% from 255 or 47.72% from 373); Max value from RGB is 178 - color contains mainly: blue. Hex color #259EB2 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #259EB2 is #DA614D. Grayscale: #7B7B7B. Windows color (decimal): -14311758 or 11705893. OLE color: 11705893.
HSL color Cylindrical-coordinate representation of color #259EB2: hue angle of 188.51º degrees, saturation: 0.66, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #259EB2 is Cyan = 0.79, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 37 | 158 | 178 | - |
| CMYK | 0.79 | 0.11 | 0 | 0.30 |
| HSL | 188.51º | 0.66% | 0.42% | - |
| HSV(B) | 188.51º | 0.79% | 0.7% | - |
| XYZ | 21.03 | 28.06 | 46.43 | - |
| YUV | 124.1 | 158.41 | 65.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 158 | 178 | 0.79 | 0.11 | 0 | 0.30 | 188.51 | 0.66 | 0.42 |
| Hex | 25 | 9E | B2 | 4F | B | 0 | 1E | BD | 42 | 2A |
| Octal | 45 | 236 | 262 | 117 | 13 | 0 | 36 | 275 | 102 | 52 |
| Binary | 100101 | 10011110 | 10110010 | 1001111 | 1011 | 0 | 11110 | 10111101 | 1000010 | 101010 |
Color Harmonies of #259EB2
Complementary color
Monochromatic Colors of #259EB2
Black with #259EB2
Text Example
Text Example
White with #259EB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #259EB2; }
p { color: rgb(37,158,178); }
H1.HeaderClassName
{
color: #259EB2;
}
.AnyTagClassName
{
color: #259EB2;
}
</style>
background-color css
<style>
a { background-color: #259EB2; }
a { background-color: rgb(37,158,178); }
div.DivClassName
{
background-color: #259EB2;
}
.BgClassName
{
background-color: #259EB2;
}
</style>
border-color css
<style>
span { border-color: #259EB2; }
span { border-color: rgb(37,158,178); }
td.TdClassName
{
border-color: #259EB2;
}
.TagClassName
{
border-color: #259EB2;
}
</style>