Shades of Catalina Blue #253760
Tints of Catalina Blue #253760
RGB
CMYK
RGB Variations
Color information
#253760 (or 0x253760) is known color: Catalina Blue. HEX triplet: 25, 37 and 60. RGB value is (37,55,96). Sum of RGB (Red+Green+Blue) = 37+55+96=188 (24% of max value = 765). Red value is 37 (14.84% from 255 or 19.68% from 188); Green value is 55 (21.88% from 255 or 29.26% from 188); Blue value is 96 (37.89% from 255 or 51.06% from 188); Max value from RGB is 96 - color contains mainly: blue. Hex color #253760 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #253760 is #DAC89F. Grayscale: #363636. Windows color (decimal): -14338208 or 6305573. OLE color: 6305573.
HSL color Cylindrical-coordinate representation of color #253760: hue angle of 221.69º degrees, saturation: 0.44, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #253760 is Cyan = 0.61, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 37 | 55 | 96 | - |
| CMYK | 0.61 | 0.43 | 0 | 0.62 |
| HSL | 221.69º | 0.44% | 0.26% | - |
| HSV(B) | 221.69º | 0.61% | 0.38% | - |
| XYZ | 4.24 | 3.97 | 11.61 | - |
| YUV | 54.29 | 151.54 | 115.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 55 | 96 | 0.61 | 0.43 | 0 | 0.62 | 221.69 | 0.44 | 0.26 |
| Hex | 25 | 37 | 60 | 3D | 2B | 0 | 3E | DE | 2C | 1A |
| Octal | 45 | 67 | 140 | 75 | 53 | 0 | 76 | 336 | 54 | 32 |
| Binary | 100101 | 110111 | 1100000 | 111101 | 101011 | 0 | 111110 | 11011110 | 101100 | 11010 |
Color Harmonies of #253760
Complementary color
Monochromatic Colors of #253760
Black with #253760
Text Example
Text Example
White with #253760
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #253760; }
p { color: rgb(37,55,96); }
H1.HeaderClassName
{
color: #253760;
}
.AnyTagClassName
{
color: #253760;
}
</style>
background-color css
<style>
a { background-color: #253760; }
a { background-color: rgb(37,55,96); }
div.DivClassName
{
background-color: #253760;
}
.BgClassName
{
background-color: #253760;
}
</style>
border-color css
<style>
span { border-color: #253760; }
span { border-color: rgb(37,55,96); }
td.TdClassName
{
border-color: #253760;
}
.TagClassName
{
border-color: #253760;
}
</style>