Shades of Pelorous #2595AB
Tints of Pelorous #2595AB
RGB
CMYK
RGB Variations
Color information
#2595AB (or 0x2595AB) is known color: Pelorous. HEX triplet: 25, 95 and AB. RGB value is (37,149,171). Sum of RGB (Red+Green+Blue) = 37+149+171=357 (47% of max value = 765). Red value is 37 (14.84% from 255 or 10.36% from 357); Green value is 149 (58.59% from 255 or 41.74% from 357); Blue value is 171 (67.19% from 255 or 47.90% from 357); Max value from RGB is 171 - color contains mainly: blue. Hex color #2595AB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2595AB is #DA6A54. Grayscale: #757575. Windows color (decimal): -14314069 or 11244837. OLE color: 11244837.
HSL color Cylindrical-coordinate representation of color #2595AB: hue angle of 189.85º degrees, saturation: 0.64, 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 #2595AB is Cyan = 0.78, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 37 | 149 | 171 | - |
| CMYK | 0.78 | 0.13 | 0 | 0.33 |
| HSL | 189.85º | 0.64% | 0.41% | - |
| HSV(B) | 189.85º | 0.78% | 0.67% | - |
| XYZ | 18.86 | 24.83 | 42.33 | - |
| YUV | 118.02 | 157.89 | 70.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 149 | 171 | 0.78 | 0.13 | 0 | 0.33 | 189.85 | 0.64 | 0.41 |
| Hex | 25 | 95 | AB | 4E | D | 0 | 21 | BE | 40 | 29 |
| Octal | 45 | 225 | 253 | 116 | 15 | 0 | 41 | 276 | 100 | 51 |
| Binary | 100101 | 10010101 | 10101011 | 1001110 | 1101 | 0 | 100001 | 10111110 | 1000000 | 101001 |
Color Harmonies of #2595AB
Complementary color
Monochromatic Colors of #2595AB
Black with #2595AB
Text Example
Text Example
White with #2595AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2595AB; }
p { color: rgb(37,149,171); }
H1.HeaderClassName
{
color: #2595AB;
}
.AnyTagClassName
{
color: #2595AB;
}
</style>
background-color css
<style>
a { background-color: #2595AB; }
a { background-color: rgb(37,149,171); }
div.DivClassName
{
background-color: #2595AB;
}
.BgClassName
{
background-color: #2595AB;
}
</style>
border-color css
<style>
span { border-color: #2595AB; }
span { border-color: rgb(37,149,171); }
td.TdClassName
{
border-color: #2595AB;
}
.TagClassName
{
border-color: #2595AB;
}
</style>