Shades of Catalina Blue #253664
Tints of Catalina Blue #253664
RGB
CMYK
RGB Variations
Color information
#253664 (or 0x253664) is known color: Catalina Blue. HEX triplet: 25, 36 and 64. RGB value is (37,54,100). Sum of RGB (Red+Green+Blue) = 37+54+100=191 (25% of max value = 765). Red value is 37 (14.84% from 255 or 19.37% from 191); Green value is 54 (21.48% from 255 or 28.27% from 191); Blue value is 100 (39.45% from 255 or 52.36% from 191); Max value from RGB is 100 - color contains mainly: blue. Hex color #253664 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #253664 is #DAC99B. Grayscale: #353535. Windows color (decimal): -14338460 or 6567461. OLE color: 6567461.
HSL color Cylindrical-coordinate representation of color #253664: hue angle of 223.81º 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 #253664 is Cyan = 0.63, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 37 | 54 | 100 | - |
| CMYK | 0.63 | 0.46 | 0 | 0.61 |
| HSL | 223.81º | 0.46% | 0.27% | - |
| HSV(B) | 223.81º | 0.63% | 0.39% | - |
| XYZ | 4.38 | 3.95 | 12.59 | - |
| YUV | 54.16 | 153.87 | 115.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 54 | 100 | 0.63 | 0.46 | 0 | 0.61 | 223.81 | 0.46 | 0.27 |
| Hex | 25 | 36 | 64 | 3F | 2E | 0 | 3D | E0 | 2E | 1B |
| Octal | 45 | 66 | 144 | 77 | 56 | 0 | 75 | 340 | 56 | 33 |
| Binary | 100101 | 110110 | 1100100 | 111111 | 101110 | 0 | 111101 | 11100000 | 101110 | 11011 |
Color Harmonies of #253664
Complementary color
Monochromatic Colors of #253664
Black with #253664
Text Example
Text Example
White with #253664
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #253664; }
p { color: rgb(37,54,100); }
H1.HeaderClassName
{
color: #253664;
}
.AnyTagClassName
{
color: #253664;
}
</style>
background-color css
<style>
a { background-color: #253664; }
a { background-color: rgb(37,54,100); }
div.DivClassName
{
background-color: #253664;
}
.BgClassName
{
background-color: #253664;
}
</style>
border-color css
<style>
span { border-color: #253664; }
span { border-color: rgb(37,54,100); }
td.TdClassName
{
border-color: #253664;
}
.TagClassName
{
border-color: #253664;
}
</style>