Shades of Catalina Blue #253C59
Tints of Catalina Blue #253C59
RGB
CMYK
RGB Variations
Color information
#253C59 (or 0x253C59) is known color: Catalina Blue. HEX triplet: 25, 3C and 59. RGB value is (37,60,89). Sum of RGB (Red+Green+Blue) = 37+60+89=186 (24% of max value = 765). Red value is 37 (14.84% from 255 or 19.89% from 186); Green value is 60 (23.83% from 255 or 32.26% from 186); Blue value is 89 (35.16% from 255 or 47.85% from 186); Max value from RGB is 89 - color contains mainly: blue. Hex color #253C59 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #253C59 is #DAC3A6. Grayscale: #383838. Windows color (decimal): -14336935 or 5848101. OLE color: 5848101.
HSL color Cylindrical-coordinate representation of color #253C59: hue angle of 213.46º 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 #253C59 is Cyan = 0.58, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 37 | 60 | 89 | - |
| CMYK | 0.58 | 0.33 | 0 | 0.65 |
| HSL | 213.46º | 0.41% | 0.25% | - |
| HSV(B) | 213.46º | 0.58% | 0.35% | - |
| XYZ | 4.18 | 4.35 | 10.07 | - |
| YUV | 56.43 | 146.38 | 114.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 60 | 89 | 0.58 | 0.33 | 0 | 0.65 | 213.46 | 0.41 | 0.25 |
| Hex | 25 | 3C | 59 | 3A | 21 | 0 | 41 | D5 | 29 | 19 |
| Octal | 45 | 74 | 131 | 72 | 41 | 0 | 101 | 325 | 51 | 31 |
| Binary | 100101 | 111100 | 1011001 | 111010 | 100001 | 0 | 1000001 | 11010101 | 101001 | 11001 |
Color Harmonies of #253C59
Complementary color
Monochromatic Colors of #253C59
Black with #253C59
Text Example
Text Example
White with #253C59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #253C59; }
p { color: rgb(37,60,89); }
H1.HeaderClassName
{
color: #253C59;
}
.AnyTagClassName
{
color: #253C59;
}
</style>
background-color css
<style>
a { background-color: #253C59; }
a { background-color: rgb(37,60,89); }
div.DivClassName
{
background-color: #253C59;
}
.BgClassName
{
background-color: #253C59;
}
</style>
border-color css
<style>
span { border-color: #253C59; }
span { border-color: rgb(37,60,89); }
td.TdClassName
{
border-color: #253C59;
}
.TagClassName
{
border-color: #253C59;
}
</style>