Shades of Catalina Blue #253759
Tints of Catalina Blue #253759
RGB
CMYK
RGB Variations
Color information
#253759 (or 0x253759) is known color: Catalina Blue. HEX triplet: 25, 37 and 59. RGB value is (37,55,89). Sum of RGB (Red+Green+Blue) = 37+55+89=181 (23% of max value = 765). Red value is 37 (14.84% from 255 or 20.44% from 181); Green value is 55 (21.88% from 255 or 30.39% from 181); Blue value is 89 (35.16% from 255 or 49.17% from 181); Max value from RGB is 89 - color contains mainly: blue. Hex color #253759 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #253759 is #DAC8A6. Grayscale: #353535. Windows color (decimal): -14338215 or 5846821. OLE color: 5846821.
HSL color Cylindrical-coordinate representation of color #253759: hue angle of 219.23º 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 #253759 is Cyan = 0.58, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 37 | 55 | 89 | - |
| CMYK | 0.58 | 0.38 | 0 | 0.65 |
| HSL | 219.23º | 0.41% | 0.25% | - |
| HSV(B) | 219.23º | 0.58% | 0.35% | - |
| XYZ | 3.93 | 3.85 | 9.99 | - |
| YUV | 53.49 | 148.04 | 116.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 55 | 89 | 0.58 | 0.38 | 0 | 0.65 | 219.23 | 0.41 | 0.25 |
| Hex | 25 | 37 | 59 | 3A | 26 | 0 | 41 | DB | 29 | 19 |
| Octal | 45 | 67 | 131 | 72 | 46 | 0 | 101 | 333 | 51 | 31 |
| Binary | 100101 | 110111 | 1011001 | 111010 | 100110 | 0 | 1000001 | 11011011 | 101001 | 11001 |
Color Harmonies of #253759
Complementary color
Monochromatic Colors of #253759
Black with #253759
Text Example
Text Example
White with #253759
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #253759; }
p { color: rgb(37,55,89); }
H1.HeaderClassName
{
color: #253759;
}
.AnyTagClassName
{
color: #253759;
}
</style>
background-color css
<style>
a { background-color: #253759; }
a { background-color: rgb(37,55,89); }
div.DivClassName
{
background-color: #253759;
}
.BgClassName
{
background-color: #253759;
}
</style>
border-color css
<style>
span { border-color: #253759; }
span { border-color: rgb(37,55,89); }
td.TdClassName
{
border-color: #253759;
}
.TagClassName
{
border-color: #253759;
}
</style>