Shades of Pelorous #2597CF
Tints of Pelorous #2597CF
RGB
CMYK
RGB Variations
Color information
#2597CF (or 0x2597CF) is known color: Pelorous. HEX triplet: 25, 97 and CF. RGB value is (37,151,207). Sum of RGB (Red+Green+Blue) = 37+151+207=395 (52% of max value = 765). Red value is 37 (14.84% from 255 or 9.37% from 395); Green value is 151 (59.38% from 255 or 38.23% from 395); Blue value is 207 (81.25% from 255 or 52.41% from 395); Max value from RGB is 207 - color contains mainly: blue. Hex color #2597CF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2597CF is #DA6830. Grayscale: #7A7A7A. Windows color (decimal): -14313521 or 13604645. OLE color: 13604645.
HSL color Cylindrical-coordinate representation of color #2597CF: hue angle of 199.76º degrees, saturation: 0.7, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2597CF is Cyan = 0.82, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 37 | 151 | 207 | - |
| CMYK | 0.82 | 0.27 | 0 | 0.19 |
| HSL | 199.76º | 0.7% | 0.48% | - |
| HSV(B) | 199.76º | 0.82% | 0.81% | - |
| XYZ | 23.09 | 27.03 | 63.03 | - |
| YUV | 123.3 | 175.23 | 66.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 151 | 207 | 0.82 | 0.27 | 0 | 0.19 | 199.76 | 0.7 | 0.48 |
| Hex | 25 | 97 | CF | 52 | 1B | 0 | 13 | C8 | 46 | 30 |
| Octal | 45 | 227 | 317 | 122 | 33 | 0 | 23 | 310 | 106 | 60 |
| Binary | 100101 | 10010111 | 11001111 | 1010010 | 11011 | 0 | 10011 | 11001000 | 1000110 | 110000 |
Color Harmonies of #2597CF
Complementary color
Monochromatic Colors of #2597CF
Black with #2597CF
Text Example
Text Example
White with #2597CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2597CF; }
p { color: rgb(37,151,207); }
H1.HeaderClassName
{
color: #2597CF;
}
.AnyTagClassName
{
color: #2597CF;
}
</style>
background-color css
<style>
a { background-color: #2597CF; }
a { background-color: rgb(37,151,207); }
div.DivClassName
{
background-color: #2597CF;
}
.BgClassName
{
background-color: #2597CF;
}
</style>
border-color css
<style>
span { border-color: #2597CF; }
span { border-color: rgb(37,151,207); }
td.TdClassName
{
border-color: #2597CF;
}
.TagClassName
{
border-color: #2597CF;
}
</style>