Shades of Pelorous #259EBD
Tints of Pelorous #259EBD
RGB
CMYK
RGB Variations
Color information
#259EBD (or 0x259EBD) is known color: Pelorous. HEX triplet: 25, 9E and BD. RGB value is (37,158,189). Sum of RGB (Red+Green+Blue) = 37+158+189=384 (50% of max value = 765). Red value is 37 (14.84% from 255 or 9.64% from 384); Green value is 158 (62.11% from 255 or 41.15% from 384); Blue value is 189 (74.22% from 255 or 49.22% from 384); Max value from RGB is 189 - color contains mainly: blue. Hex color #259EBD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #259EBD is #DA6142. Grayscale: #7D7D7D. Windows color (decimal): -14311747 or 12426789. OLE color: 12426789.
HSL color Cylindrical-coordinate representation of color #259EBD: hue angle of 192.24º degrees, saturation: 0.67, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #259EBD is Cyan = 0.80, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 37 | 158 | 189 | - |
| CMYK | 0.80 | 0.16 | 0 | 0.26 |
| HSL | 192.24º | 0.67% | 0.44% | - |
| HSV(B) | 192.24º | 0.8% | 0.74% | - |
| XYZ | 22.18 | 28.52 | 52.48 | - |
| YUV | 125.36 | 163.91 | 64.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 158 | 189 | 0.80 | 0.16 | 0 | 0.26 | 192.24 | 0.67 | 0.44 |
| Hex | 25 | 9E | BD | 50 | 10 | 0 | 1A | C0 | 43 | 2C |
| Octal | 45 | 236 | 275 | 120 | 20 | 0 | 32 | 300 | 103 | 54 |
| Binary | 100101 | 10011110 | 10111101 | 1010000 | 10000 | 0 | 11010 | 11000000 | 1000011 | 101100 |
Color Harmonies of #259EBD
Complementary color
Monochromatic Colors of #259EBD
Black with #259EBD
Text Example
Text Example
White with #259EBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #259EBD; }
p { color: rgb(37,158,189); }
H1.HeaderClassName
{
color: #259EBD;
}
.AnyTagClassName
{
color: #259EBD;
}
</style>
background-color css
<style>
a { background-color: #259EBD; }
a { background-color: rgb(37,158,189); }
div.DivClassName
{
background-color: #259EBD;
}
.BgClassName
{
background-color: #259EBD;
}
</style>
border-color css
<style>
span { border-color: #259EBD; }
span { border-color: rgb(37,158,189); }
td.TdClassName
{
border-color: #259EBD;
}
.TagClassName
{
border-color: #259EBD;
}
</style>