Shades of Catalina Blue #253F63
Tints of Catalina Blue #253F63
RGB
CMYK
RGB Variations
Color information
#253F63 (or 0x253F63) is known color: Catalina Blue. HEX triplet: 25, 3F and 63. RGB value is (37,63,99). Sum of RGB (Red+Green+Blue) = 37+63+99=199 (26% of max value = 765). Red value is 37 (14.84% from 255 or 18.59% from 199); Green value is 63 (25% from 255 or 31.66% from 199); Blue value is 99 (39.06% from 255 or 49.75% from 199); Max value from RGB is 99 - color contains mainly: blue. Hex color #253F63 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #253F63 is #DAC09C. Grayscale: #3B3B3B. Windows color (decimal): -14336157 or 6504229. OLE color: 6504229.
HSL color Cylindrical-coordinate representation of color #253F63: hue angle of 214.84º 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 #253F63 is Cyan = 0.63, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 37 | 63 | 99 | - |
| CMYK | 0.63 | 0.36 | 0 | 0.61 |
| HSL | 214.84º | 0.46% | 0.27% | - |
| HSV(B) | 214.84º | 0.63% | 0.39% | - |
| XYZ | 4.79 | 4.85 | 12.49 | - |
| YUV | 59.33 | 150.39 | 112.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 63 | 99 | 0.63 | 0.36 | 0 | 0.61 | 214.84 | 0.46 | 0.27 |
| Hex | 25 | 3F | 63 | 3F | 24 | 0 | 3D | D7 | 2E | 1B |
| Octal | 45 | 77 | 143 | 77 | 44 | 0 | 75 | 327 | 56 | 33 |
| Binary | 100101 | 111111 | 1100011 | 111111 | 100100 | 0 | 111101 | 11010111 | 101110 | 11011 |
Color Harmonies of #253F63
Complementary color
Monochromatic Colors of #253F63
Black with #253F63
Text Example
Text Example
White with #253F63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #253F63; }
p { color: rgb(37,63,99); }
H1.HeaderClassName
{
color: #253F63;
}
.AnyTagClassName
{
color: #253F63;
}
</style>
background-color css
<style>
a { background-color: #253F63; }
a { background-color: rgb(37,63,99); }
div.DivClassName
{
background-color: #253F63;
}
.BgClassName
{
background-color: #253F63;
}
</style>
border-color css
<style>
span { border-color: #253F63; }
span { border-color: rgb(37,63,99); }
td.TdClassName
{
border-color: #253F63;
}
.TagClassName
{
border-color: #253F63;
}
</style>