Shades of Catalina Blue #253F66
Tints of Catalina Blue #253F66
RGB
CMYK
RGB Variations
Color information
#253F66 (or 0x253F66) is known color: Catalina Blue. HEX triplet: 25, 3F and 66. RGB value is (37,63,102). Sum of RGB (Red+Green+Blue) = 37+63+102=202 (26% of max value = 765). Red value is 37 (14.84% from 255 or 18.32% from 202); Green value is 63 (25% from 255 or 31.19% from 202); Blue value is 102 (40.23% from 255 or 50.50% from 202); Max value from RGB is 102 - color contains mainly: blue. Hex color #253F66 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #253F66 is #DAC099. Grayscale: #3B3B3B. Windows color (decimal): -14336154 or 6700837. OLE color: 6700837.
HSL color Cylindrical-coordinate representation of color #253F66: hue angle of 216º degrees, saturation: 0.47, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #253F66 is Cyan = 0.64, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 37 | 63 | 102 | - |
| CMYK | 0.64 | 0.38 | 0 | 0.6 |
| HSL | 216º | 0.47% | 0.27% | - |
| HSV(B) | 216º | 0.64% | 0.4% | - |
| XYZ | 4.94 | 4.91 | 13.26 | - |
| YUV | 59.67 | 151.89 | 111.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 63 | 102 | 0.64 | 0.38 | 0 | 0.6 | 216 | 0.47 | 0.27 |
| Hex | 25 | 3F | 66 | 40 | 26 | 0 | 3C | D8 | 2F | 1B |
| Octal | 45 | 77 | 146 | 100 | 46 | 0 | 74 | 330 | 57 | 33 |
| Binary | 100101 | 111111 | 1100110 | 1000000 | 100110 | 0 | 111100 | 11011000 | 101111 | 11011 |
Color Harmonies of #253F66
Complementary color
Monochromatic Colors of #253F66
Black with #253F66
Text Example
Text Example
White with #253F66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #253F66; }
p { color: rgb(37,63,102); }
H1.HeaderClassName
{
color: #253F66;
}
.AnyTagClassName
{
color: #253F66;
}
</style>
background-color css
<style>
a { background-color: #253F66; }
a { background-color: rgb(37,63,102); }
div.DivClassName
{
background-color: #253F66;
}
.BgClassName
{
background-color: #253F66;
}
</style>
border-color css
<style>
span { border-color: #253F66; }
span { border-color: rgb(37,63,102); }
td.TdClassName
{
border-color: #253F66;
}
.TagClassName
{
border-color: #253F66;
}
</style>