Shades of Catalina Blue #253656
Tints of Catalina Blue #253656
RGB
CMYK
RGB Variations
Color information
#253656 (or 0x253656) is known color: Catalina Blue. HEX triplet: 25, 36 and 56. RGB value is (37,54,86). Sum of RGB (Red+Green+Blue) = 37+54+86=177 (23% of max value = 765). Red value is 37 (14.84% from 255 or 20.90% from 177); Green value is 54 (21.48% from 255 or 30.51% from 177); Blue value is 86 (33.98% from 255 or 48.59% from 177); Max value from RGB is 86 - color contains mainly: blue. Hex color #253656 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #253656 is #DAC9A9. Grayscale: #343434. Windows color (decimal): -14338474 or 5649957. OLE color: 5649957.
HSL color Cylindrical-coordinate representation of color #253656: hue angle of 219.18º degrees, saturation: 0.4, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #253656 is Cyan = 0.57, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 37 | 54 | 86 | - |
| CMYK | 0.57 | 0.37 | 0 | 0.66 |
| HSL | 219.18º | 0.4% | 0.24% | - |
| HSV(B) | 219.18º | 0.57% | 0.34% | - |
| XYZ | 3.76 | 3.7 | 9.32 | - |
| YUV | 52.57 | 146.87 | 116.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 54 | 86 | 0.57 | 0.37 | 0 | 0.66 | 219.18 | 0.4 | 0.24 |
| Hex | 25 | 36 | 56 | 39 | 25 | 0 | 42 | DB | 28 | 18 |
| Octal | 45 | 66 | 126 | 71 | 45 | 0 | 102 | 333 | 50 | 30 |
| Binary | 100101 | 110110 | 1010110 | 111001 | 100101 | 0 | 1000010 | 11011011 | 101000 | 11000 |
Color Harmonies of #253656
Complementary color
Monochromatic Colors of #253656
Black with #253656
Text Example
Text Example
White with #253656
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #253656; }
p { color: rgb(37,54,86); }
H1.HeaderClassName
{
color: #253656;
}
.AnyTagClassName
{
color: #253656;
}
</style>
background-color css
<style>
a { background-color: #253656; }
a { background-color: rgb(37,54,86); }
div.DivClassName
{
background-color: #253656;
}
.BgClassName
{
background-color: #253656;
}
</style>
border-color css
<style>
span { border-color: #253656; }
span { border-color: rgb(37,54,86); }
td.TdClassName
{
border-color: #253656;
}
.TagClassName
{
border-color: #253656;
}
</style>