Shades of Pelorous #2589B2
Tints of Pelorous #2589B2
RGB
CMYK
RGB Variations
Color information
#2589B2 (or 0x2589B2) is known color: Pelorous. HEX triplet: 25, 89 and B2. RGB value is (37,137,178). Sum of RGB (Red+Green+Blue) = 37+137+178=352 (46% of max value = 765). Red value is 37 (14.84% from 255 or 10.51% from 352); Green value is 137 (53.91% from 255 or 38.92% from 352); Blue value is 178 (69.92% from 255 or 50.57% from 352); Max value from RGB is 178 - color contains mainly: blue. Hex color #2589B2 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2589B2 is #DA764D. Grayscale: #6F6F6F. Windows color (decimal): -14317134 or 11700517. OLE color: 11700517.
HSL color Cylindrical-coordinate representation of color #2589B2: hue angle of 197.45º 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 #2589B2 is Cyan = 0.79, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 37 | 137 | 178 | - |
| CMYK | 0.79 | 0.23 | 0 | 0.30 |
| HSL | 197.45º | 0.66% | 0.42% | - |
| HSV(B) | 197.45º | 0.79% | 0.7% | - |
| XYZ | 17.74 | 21.5 | 45.33 | - |
| YUV | 111.77 | 165.37 | 74.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 137 | 178 | 0.79 | 0.23 | 0 | 0.30 | 197.45 | 0.66 | 0.42 |
| Hex | 25 | 89 | B2 | 4F | 17 | 0 | 1E | C5 | 42 | 2A |
| Octal | 45 | 211 | 262 | 117 | 27 | 0 | 36 | 305 | 102 | 52 |
| Binary | 100101 | 10001001 | 10110010 | 1001111 | 10111 | 0 | 11110 | 11000101 | 1000010 | 101010 |
Color Harmonies of #2589B2
Complementary color
Monochromatic Colors of #2589B2
Black with #2589B2
Text Example
Text Example
White with #2589B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2589B2; }
p { color: rgb(37,137,178); }
H1.HeaderClassName
{
color: #2589B2;
}
.AnyTagClassName
{
color: #2589B2;
}
</style>
background-color css
<style>
a { background-color: #2589B2; }
a { background-color: rgb(37,137,178); }
div.DivClassName
{
background-color: #2589B2;
}
.BgClassName
{
background-color: #2589B2;
}
</style>
border-color css
<style>
span { border-color: #2589B2; }
span { border-color: rgb(37,137,178); }
td.TdClassName
{
border-color: #2589B2;
}
.TagClassName
{
border-color: #2589B2;
}
</style>