Shades of Catalina Blue #253C63
Tints of Catalina Blue #253C63
RGB
CMYK
RGB Variations
Color information
#253C63 (or 0x253C63) is known color: Catalina Blue. HEX triplet: 25, 3C and 63. RGB value is (37,60,99). Sum of RGB (Red+Green+Blue) = 37+60+99=196 (25% of max value = 765). Red value is 37 (14.84% from 255 or 18.88% from 196); Green value is 60 (23.83% from 255 or 30.61% from 196); Blue value is 99 (39.06% from 255 or 50.51% from 196); Max value from RGB is 99 - color contains mainly: blue. Hex color #253C63 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #253C63 is #DAC39C. Grayscale: #393939. Windows color (decimal): -14336925 or 6503461. OLE color: 6503461.
HSL color Cylindrical-coordinate representation of color #253C63: hue angle of 217.74º degrees, saturation: 0.46, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #253C63 is Cyan = 0.63, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 37 | 60 | 99 | - |
| CMYK | 0.63 | 0.39 | 0 | 0.61 |
| HSL | 217.74º | 0.46% | 0.27% | - |
| HSV(B) | 217.74º | 0.63% | 0.39% | - |
| XYZ | 4.63 | 4.53 | 12.43 | - |
| YUV | 57.57 | 151.38 | 113.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 60 | 99 | 0.63 | 0.39 | 0 | 0.61 | 217.74 | 0.46 | 0.27 |
| Hex | 25 | 3C | 63 | 3F | 27 | 0 | 3D | DA | 2E | 1B |
| Octal | 45 | 74 | 143 | 77 | 47 | 0 | 75 | 332 | 56 | 33 |
| Binary | 100101 | 111100 | 1100011 | 111111 | 100111 | 0 | 111101 | 11011010 | 101110 | 11011 |
Color Harmonies of #253C63
Complementary color
Monochromatic Colors of #253C63
Black with #253C63
Text Example
Text Example
White with #253C63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #253C63; }
p { color: rgb(37,60,99); }
H1.HeaderClassName
{
color: #253C63;
}
.AnyTagClassName
{
color: #253C63;
}
</style>
background-color css
<style>
a { background-color: #253C63; }
a { background-color: rgb(37,60,99); }
div.DivClassName
{
background-color: #253C63;
}
.BgClassName
{
background-color: #253C63;
}
</style>
border-color css
<style>
span { border-color: #253C63; }
span { border-color: rgb(37,60,99); }
td.TdClassName
{
border-color: #253C63;
}
.TagClassName
{
border-color: #253C63;
}
</style>