Shades of Catalina Blue #253863
Tints of Catalina Blue #253863
RGB
CMYK
RGB Variations
Color information
#253863 (or 0x253863) is known color: Catalina Blue. HEX triplet: 25, 38 and 63. RGB value is (37,56,99). Sum of RGB (Red+Green+Blue) = 37+56+99=192 (25% of max value = 765). Red value is 37 (14.84% from 255 or 19.27% from 192); Green value is 56 (22.27% from 255 or 29.17% from 192); Blue value is 99 (39.06% from 255 or 51.56% from 192); Max value from RGB is 99 - color contains mainly: blue. Hex color #253863 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #253863 is #DAC79C. Grayscale: #373737. Windows color (decimal): -14337949 or 6502437. OLE color: 6502437.
HSL color Cylindrical-coordinate representation of color #253863: hue angle of 221.61º 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 #253863 is Cyan = 0.63, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 37 | 56 | 99 | - |
| CMYK | 0.63 | 0.43 | 0 | 0.61 |
| HSL | 221.61º | 0.46% | 0.27% | - |
| HSV(B) | 221.61º | 0.63% | 0.39% | - |
| XYZ | 4.43 | 4.12 | 12.37 | - |
| YUV | 55.22 | 152.71 | 115 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 56 | 99 | 0.63 | 0.43 | 0 | 0.61 | 221.61 | 0.46 | 0.27 |
| Hex | 25 | 38 | 63 | 3F | 2B | 0 | 3D | DE | 2E | 1B |
| Octal | 45 | 70 | 143 | 77 | 53 | 0 | 75 | 336 | 56 | 33 |
| Binary | 100101 | 111000 | 1100011 | 111111 | 101011 | 0 | 111101 | 11011110 | 101110 | 11011 |
Color Harmonies of #253863
Complementary color
Monochromatic Colors of #253863
Black with #253863
Text Example
Text Example
White with #253863
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #253863; }
p { color: rgb(37,56,99); }
H1.HeaderClassName
{
color: #253863;
}
.AnyTagClassName
{
color: #253863;
}
</style>
background-color css
<style>
a { background-color: #253863; }
a { background-color: rgb(37,56,99); }
div.DivClassName
{
background-color: #253863;
}
.BgClassName
{
background-color: #253863;
}
</style>
border-color css
<style>
span { border-color: #253863; }
span { border-color: rgb(37,56,99); }
td.TdClassName
{
border-color: #253863;
}
.TagClassName
{
border-color: #253863;
}
</style>