Shades of Catalina Blue #253653
Tints of Catalina Blue #253653
RGB
CMYK
RGB Variations
Color information
#253653 (or 0x253653) is known color: Catalina Blue. HEX triplet: 25, 36 and 53. RGB value is (37,54,83). Sum of RGB (Red+Green+Blue) = 37+54+83=174 (23% of max value = 765). Red value is 37 (14.84% from 255 or 21.26% from 174); Green value is 54 (21.48% from 255 or 31.03% from 174); Blue value is 83 (32.81% from 255 or 47.70% from 174); Max value from RGB is 83 - color contains mainly: blue. Hex color #253653 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #253653 is #DAC9AC. Grayscale: #343434. Windows color (decimal): -14338477 or 5453349. OLE color: 5453349.
HSL color Cylindrical-coordinate representation of color #253653: hue angle of 217.83º degrees, saturation: 0.38, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #253653 is Cyan = 0.55, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 37 | 54 | 83 | - |
| CMYK | 0.55 | 0.35 | 0 | 0.67 |
| HSL | 217.83º | 0.38% | 0.24% | - |
| HSV(B) | 217.83º | 0.55% | 0.33% | - |
| XYZ | 3.64 | 3.66 | 8.7 | - |
| YUV | 52.22 | 145.37 | 117.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 54 | 83 | 0.55 | 0.35 | 0 | 0.67 | 217.83 | 0.38 | 0.24 |
| Hex | 25 | 36 | 53 | 37 | 23 | 0 | 43 | DA | 26 | 18 |
| Octal | 45 | 66 | 123 | 67 | 43 | 0 | 103 | 332 | 46 | 30 |
| Binary | 100101 | 110110 | 1010011 | 110111 | 100011 | 0 | 1000011 | 11011010 | 100110 | 11000 |
Color Harmonies of #253653
Complementary color
Monochromatic Colors of #253653
Black with #253653
Text Example
Text Example
White with #253653
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #253653; }
p { color: rgb(37,54,83); }
H1.HeaderClassName
{
color: #253653;
}
.AnyTagClassName
{
color: #253653;
}
</style>
background-color css
<style>
a { background-color: #253653; }
a { background-color: rgb(37,54,83); }
div.DivClassName
{
background-color: #253653;
}
.BgClassName
{
background-color: #253653;
}
</style>
border-color css
<style>
span { border-color: #253653; }
span { border-color: rgb(37,54,83); }
td.TdClassName
{
border-color: #253653;
}
.TagClassName
{
border-color: #253653;
}
</style>