Shades of Pelorous #2589BA
Tints of Pelorous #2589BA
RGB
CMYK
RGB Variations
Color information
#2589BA (or 0x2589BA) is known color: Pelorous. HEX triplet: 25, 89 and BA. RGB value is (37,137,186). Sum of RGB (Red+Green+Blue) = 37+137+186=360 (47% of max value = 765). Red value is 37 (14.84% from 255 or 10.28% from 360); Green value is 137 (53.91% from 255 or 38.06% from 360); Blue value is 186 (73.05% from 255 or 51.67% from 360); Max value from RGB is 186 - color contains mainly: blue. Hex color #2589BA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2589BA is #DA7645. Grayscale: #707070. Windows color (decimal): -14317126 or 12224805. OLE color: 12224805.
HSL color Cylindrical-coordinate representation of color #2589BA: hue angle of 199.73º degrees, saturation: 0.67, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2589BA is Cyan = 0.80, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 37 | 137 | 186 | - |
| CMYK | 0.80 | 0.26 | 0 | 0.27 |
| HSL | 199.73º | 0.67% | 0.44% | - |
| HSV(B) | 199.73º | 0.8% | 0.73% | - |
| XYZ | 18.57 | 21.83 | 49.69 | - |
| YUV | 112.69 | 169.37 | 74.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 137 | 186 | 0.80 | 0.26 | 0 | 0.27 | 199.73 | 0.67 | 0.44 |
| Hex | 25 | 89 | BA | 50 | 1A | 0 | 1B | C8 | 43 | 2C |
| Octal | 45 | 211 | 272 | 120 | 32 | 0 | 33 | 310 | 103 | 54 |
| Binary | 100101 | 10001001 | 10111010 | 1010000 | 11010 | 0 | 11011 | 11001000 | 1000011 | 101100 |
Color Harmonies of #2589BA
Complementary color
Monochromatic Colors of #2589BA
Black with #2589BA
Text Example
Text Example
White with #2589BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2589BA; }
p { color: rgb(37,137,186); }
H1.HeaderClassName
{
color: #2589BA;
}
.AnyTagClassName
{
color: #2589BA;
}
</style>
background-color css
<style>
a { background-color: #2589BA; }
a { background-color: rgb(37,137,186); }
div.DivClassName
{
background-color: #2589BA;
}
.BgClassName
{
background-color: #2589BA;
}
</style>
border-color css
<style>
span { border-color: #2589BA; }
span { border-color: rgb(37,137,186); }
td.TdClassName
{
border-color: #2589BA;
}
.TagClassName
{
border-color: #2589BA;
}
</style>