Shades of Pelorous #2597AC
Tints of Pelorous #2597AC
RGB
CMYK
RGB Variations
Color information
#2597AC (or 0x2597AC) is known color: Pelorous. HEX triplet: 25, 97 and AC. RGB value is (37,151,172). Sum of RGB (Red+Green+Blue) = 37+151+172=360 (47% of max value = 765). Red value is 37 (14.84% from 255 or 10.28% from 360); Green value is 151 (59.38% from 255 or 41.94% from 360); Blue value is 172 (67.58% from 255 or 47.78% from 360); Max value from RGB is 172 - color contains mainly: blue. Hex color #2597AC is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2597AC is #DA6853. Grayscale: #777777. Windows color (decimal): -14313556 or 11310885. OLE color: 11310885.
HSL color Cylindrical-coordinate representation of color #2597AC: hue angle of 189.33º degrees, saturation: 0.65, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2597AC is Cyan = 0.78, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 37 | 151 | 172 | - |
| CMYK | 0.78 | 0.12 | 0 | 0.33 |
| HSL | 189.33º | 0.65% | 0.41% | - |
| HSV(B) | 189.33º | 0.78% | 0.67% | - |
| XYZ | 19.28 | 25.51 | 42.94 | - |
| YUV | 119.31 | 157.73 | 69.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 151 | 172 | 0.78 | 0.12 | 0 | 0.33 | 189.33 | 0.65 | 0.41 |
| Hex | 25 | 97 | AC | 4E | C | 0 | 21 | BD | 41 | 29 |
| Octal | 45 | 227 | 254 | 116 | 14 | 0 | 41 | 275 | 101 | 51 |
| Binary | 100101 | 10010111 | 10101100 | 1001110 | 1100 | 0 | 100001 | 10111101 | 1000001 | 101001 |
Color Harmonies of #2597AC
Complementary color
Monochromatic Colors of #2597AC
Black with #2597AC
Text Example
Text Example
White with #2597AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2597AC; }
p { color: rgb(37,151,172); }
H1.HeaderClassName
{
color: #2597AC;
}
.AnyTagClassName
{
color: #2597AC;
}
</style>
background-color css
<style>
a { background-color: #2597AC; }
a { background-color: rgb(37,151,172); }
div.DivClassName
{
background-color: #2597AC;
}
.BgClassName
{
background-color: #2597AC;
}
</style>
border-color css
<style>
span { border-color: #2597AC; }
span { border-color: rgb(37,151,172); }
td.TdClassName
{
border-color: #2597AC;
}
.TagClassName
{
border-color: #2597AC;
}
</style>