Shades of Catalina Blue #253663
Tints of Catalina Blue #253663
RGB
CMYK
RGB Variations
Color information
#253663 (or 0x253663) is known color: Catalina Blue. HEX triplet: 25, 36 and 63. RGB value is (37,54,99). Sum of RGB (Red+Green+Blue) = 37+54+99=190 (25% of max value = 765). Red value is 37 (14.84% from 255 or 19.47% from 190); Green value is 54 (21.48% from 255 or 28.42% from 190); Blue value is 99 (39.06% from 255 or 52.11% from 190); Max value from RGB is 99 - color contains mainly: blue. Hex color #253663 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #253663 is #DAC99C. Grayscale: #353535. Windows color (decimal): -14338461 or 6501925. OLE color: 6501925.
HSL color Cylindrical-coordinate representation of color #253663: hue angle of 223.55º 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 #253663 is Cyan = 0.63, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 37 | 54 | 99 | - |
| CMYK | 0.63 | 0.45 | 0 | 0.61 |
| HSL | 223.55º | 0.46% | 0.27% | - |
| HSV(B) | 223.55º | 0.63% | 0.39% | - |
| XYZ | 4.33 | 3.93 | 12.33 | - |
| YUV | 54.05 | 153.37 | 115.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 54 | 99 | 0.63 | 0.45 | 0 | 0.61 | 223.55 | 0.46 | 0.27 |
| Hex | 25 | 36 | 63 | 3F | 2D | 0 | 3D | E0 | 2E | 1B |
| Octal | 45 | 66 | 143 | 77 | 55 | 0 | 75 | 340 | 56 | 33 |
| Binary | 100101 | 110110 | 1100011 | 111111 | 101101 | 0 | 111101 | 11100000 | 101110 | 11011 |
Color Harmonies of #253663
Complementary color
Monochromatic Colors of #253663
Black with #253663
Text Example
Text Example
White with #253663
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #253663; }
p { color: rgb(37,54,99); }
H1.HeaderClassName
{
color: #253663;
}
.AnyTagClassName
{
color: #253663;
}
</style>
background-color css
<style>
a { background-color: #253663; }
a { background-color: rgb(37,54,99); }
div.DivClassName
{
background-color: #253663;
}
.BgClassName
{
background-color: #253663;
}
</style>
border-color css
<style>
span { border-color: #253663; }
span { border-color: rgb(37,54,99); }
td.TdClassName
{
border-color: #253663;
}
.TagClassName
{
border-color: #253663;
}
</style>