Shades of Catalina Blue #253959
Tints of Catalina Blue #253959
RGB
CMYK
RGB Variations
Color information
#253959 (or 0x253959) is known color: Catalina Blue. HEX triplet: 25, 39 and 59. RGB value is (37,57,89). Sum of RGB (Red+Green+Blue) = 37+57+89=183 (24% of max value = 765). Red value is 37 (14.84% from 255 or 20.22% from 183); Green value is 57 (22.66% from 255 or 31.15% from 183); Blue value is 89 (35.16% from 255 or 48.63% from 183); Max value from RGB is 89 - color contains mainly: blue. Hex color #253959 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #253959 is #DAC6A6. Grayscale: #363636. Windows color (decimal): -14337703 or 5847333. OLE color: 5847333.
HSL color Cylindrical-coordinate representation of color #253959: hue angle of 216.92º degrees, saturation: 0.41, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #253959 is Cyan = 0.58, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 37 | 57 | 89 | - |
| CMYK | 0.58 | 0.36 | 0 | 0.65 |
| HSL | 216.92º | 0.41% | 0.25% | - |
| HSV(B) | 216.92º | 0.58% | 0.35% | - |
| XYZ | 4.03 | 4.04 | 10.02 | - |
| YUV | 54.67 | 147.37 | 115.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 57 | 89 | 0.58 | 0.36 | 0 | 0.65 | 216.92 | 0.41 | 0.25 |
| Hex | 25 | 39 | 59 | 3A | 24 | 0 | 41 | D9 | 29 | 19 |
| Octal | 45 | 71 | 131 | 72 | 44 | 0 | 101 | 331 | 51 | 31 |
| Binary | 100101 | 111001 | 1011001 | 111010 | 100100 | 0 | 1000001 | 11011001 | 101001 | 11001 |
Color Harmonies of #253959
Complementary color
Monochromatic Colors of #253959
Black with #253959
Text Example
Text Example
White with #253959
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #253959; }
p { color: rgb(37,57,89); }
H1.HeaderClassName
{
color: #253959;
}
.AnyTagClassName
{
color: #253959;
}
</style>
background-color css
<style>
a { background-color: #253959; }
a { background-color: rgb(37,57,89); }
div.DivClassName
{
background-color: #253959;
}
.BgClassName
{
background-color: #253959;
}
</style>
border-color css
<style>
span { border-color: #253959; }
span { border-color: rgb(37,57,89); }
td.TdClassName
{
border-color: #253959;
}
.TagClassName
{
border-color: #253959;
}
</style>