Shades of Catalina Blue #253A63
Tints of Catalina Blue #253A63
RGB
CMYK
RGB Variations
Color information
#253A63 (or 0x253A63) is known color: Catalina Blue. HEX triplet: 25, 3A and 63. RGB value is (37,58,99). Sum of RGB (Red+Green+Blue) = 37+58+99=194 (25% of max value = 765). Red value is 37 (14.84% from 255 or 19.07% from 194); Green value is 58 (23.05% from 255 or 29.90% from 194); Blue value is 99 (39.06% from 255 or 51.03% from 194); Max value from RGB is 99 - color contains mainly: blue. Hex color #253A63 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #253A63 is #DAC59C. Grayscale: #383838. Windows color (decimal): -14337437 or 6502949. OLE color: 6502949.
HSL color Cylindrical-coordinate representation of color #253A63: hue angle of 219.68º 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 #253A63 is Cyan = 0.63, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 37 | 58 | 99 | - |
| CMYK | 0.63 | 0.41 | 0 | 0.61 |
| HSL | 219.68º | 0.46% | 0.27% | - |
| HSV(B) | 219.68º | 0.63% | 0.39% | - |
| XYZ | 4.53 | 4.32 | 12.4 | - |
| YUV | 56.4 | 152.04 | 114.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 58 | 99 | 0.63 | 0.41 | 0 | 0.61 | 219.68 | 0.46 | 0.27 |
| Hex | 25 | 3A | 63 | 3F | 29 | 0 | 3D | DC | 2E | 1B |
| Octal | 45 | 72 | 143 | 77 | 51 | 0 | 75 | 334 | 56 | 33 |
| Binary | 100101 | 111010 | 1100011 | 111111 | 101001 | 0 | 111101 | 11011100 | 101110 | 11011 |
Color Harmonies of #253A63
Complementary color
Monochromatic Colors of #253A63
Black with #253A63
Text Example
Text Example
White with #253A63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #253A63; }
p { color: rgb(37,58,99); }
H1.HeaderClassName
{
color: #253A63;
}
.AnyTagClassName
{
color: #253A63;
}
</style>
background-color css
<style>
a { background-color: #253A63; }
a { background-color: rgb(37,58,99); }
div.DivClassName
{
background-color: #253A63;
}
.BgClassName
{
background-color: #253A63;
}
</style>
border-color css
<style>
span { border-color: #253A63; }
span { border-color: rgb(37,58,99); }
td.TdClassName
{
border-color: #253A63;
}
.TagClassName
{
border-color: #253A63;
}
</style>