Shades of Catalina Blue #253A59
Tints of Catalina Blue #253A59
RGB
CMYK
RGB Variations
Color information
#253A59 (or 0x253A59) is known color: Catalina Blue. HEX triplet: 25, 3A and 59. RGB value is (37,58,89). Sum of RGB (Red+Green+Blue) = 37+58+89=184 (24% of max value = 765). Red value is 37 (14.84% from 255 or 20.11% from 184); Green value is 58 (23.05% from 255 or 31.52% from 184); Blue value is 89 (35.16% from 255 or 48.37% from 184); Max value from RGB is 89 - color contains mainly: blue. Hex color #253A59 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #253A59 is #DAC5A6. Grayscale: #373737. Windows color (decimal): -14337447 or 5847589. OLE color: 5847589.
HSL color Cylindrical-coordinate representation of color #253A59: hue angle of 215.77º 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 #253A59 is Cyan = 0.58, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 37 | 58 | 89 | - |
| CMYK | 0.58 | 0.35 | 0 | 0.65 |
| HSL | 215.77º | 0.41% | 0.25% | - |
| HSV(B) | 215.77º | 0.58% | 0.35% | - |
| XYZ | 4.08 | 4.14 | 10.04 | - |
| YUV | 55.26 | 147.04 | 114.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 58 | 89 | 0.58 | 0.35 | 0 | 0.65 | 215.77 | 0.41 | 0.25 |
| Hex | 25 | 3A | 59 | 3A | 23 | 0 | 41 | D8 | 29 | 19 |
| Octal | 45 | 72 | 131 | 72 | 43 | 0 | 101 | 330 | 51 | 31 |
| Binary | 100101 | 111010 | 1011001 | 111010 | 100011 | 0 | 1000001 | 11011000 | 101001 | 11001 |
Color Harmonies of #253A59
Complementary color
Monochromatic Colors of #253A59
Black with #253A59
Text Example
Text Example
White with #253A59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #253A59; }
p { color: rgb(37,58,89); }
H1.HeaderClassName
{
color: #253A59;
}
.AnyTagClassName
{
color: #253A59;
}
</style>
background-color css
<style>
a { background-color: #253A59; }
a { background-color: rgb(37,58,89); }
div.DivClassName
{
background-color: #253A59;
}
.BgClassName
{
background-color: #253A59;
}
</style>
border-color css
<style>
span { border-color: #253A59; }
span { border-color: rgb(37,58,89); }
td.TdClassName
{
border-color: #253A59;
}
.TagClassName
{
border-color: #253A59;
}
</style>