Shades of Pelorous #2597BA
Tints of Pelorous #2597BA
RGB
CMYK
RGB Variations
Color information
#2597BA (or 0x2597BA) is known color: Pelorous. HEX triplet: 25, 97 and BA. RGB value is (37,151,186). Sum of RGB (Red+Green+Blue) = 37+151+186=374 (49% of max value = 765). Red value is 37 (14.84% from 255 or 9.89% from 374); Green value is 151 (59.38% from 255 or 40.37% from 374); Blue value is 186 (73.05% from 255 or 49.73% from 374); Max value from RGB is 186 - color contains mainly: blue. Hex color #2597BA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2597BA is #DA6845. Grayscale: #787878. Windows color (decimal): -14313542 or 12228389. OLE color: 12228389.
HSL color Cylindrical-coordinate representation of color #2597BA: hue angle of 194.09º 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 #2597BA is Cyan = 0.80, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 37 | 151 | 186 | - |
| CMYK | 0.80 | 0.19 | 0 | 0.27 |
| HSL | 194.09º | 0.67% | 0.44% | - |
| HSV(B) | 194.09º | 0.8% | 0.73% | - |
| XYZ | 20.69 | 26.07 | 50.4 | - |
| YUV | 120.9 | 164.73 | 68.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 151 | 186 | 0.80 | 0.19 | 0 | 0.27 | 194.09 | 0.67 | 0.44 |
| Hex | 25 | 97 | BA | 50 | 13 | 0 | 1B | C2 | 43 | 2C |
| Octal | 45 | 227 | 272 | 120 | 23 | 0 | 33 | 302 | 103 | 54 |
| Binary | 100101 | 10010111 | 10111010 | 1010000 | 10011 | 0 | 11011 | 11000010 | 1000011 | 101100 |
Color Harmonies of #2597BA
Complementary color
Monochromatic Colors of #2597BA
Black with #2597BA
Text Example
Text Example
White with #2597BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2597BA; }
p { color: rgb(37,151,186); }
H1.HeaderClassName
{
color: #2597BA;
}
.AnyTagClassName
{
color: #2597BA;
}
</style>
background-color css
<style>
a { background-color: #2597BA; }
a { background-color: rgb(37,151,186); }
div.DivClassName
{
background-color: #2597BA;
}
.BgClassName
{
background-color: #2597BA;
}
</style>
border-color css
<style>
span { border-color: #2597BA; }
span { border-color: rgb(37,151,186); }
td.TdClassName
{
border-color: #2597BA;
}
.TagClassName
{
border-color: #2597BA;
}
</style>