Shades of Catalina Blue #253359
Tints of Catalina Blue #253359
RGB
CMYK
RGB Variations
Color information
#253359 (or 0x253359) is known color: Catalina Blue. HEX triplet: 25, 33 and 59. RGB value is (37,51,89). Sum of RGB (Red+Green+Blue) = 37+51+89=177 (23% of max value = 765). Red value is 37 (14.84% from 255 or 20.90% from 177); Green value is 51 (20.31% from 255 or 28.81% from 177); Blue value is 89 (35.16% from 255 or 50.28% from 177); Max value from RGB is 89 - color contains mainly: blue. Hex color #253359 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #253359 is #DACCA6. Grayscale: #323232. Windows color (decimal): -14339239 or 5845797. OLE color: 5845797.
HSL color Cylindrical-coordinate representation of color #253359: hue angle of 223.85º degrees, saturation: 0.41, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #253359 is Cyan = 0.58, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 37 | 51 | 89 | - |
| CMYK | 0.58 | 0.43 | 0 | 0.65 |
| HSL | 223.85º | 0.41% | 0.25% | - |
| HSV(B) | 223.85º | 0.58% | 0.35% | - |
| XYZ | 3.75 | 3.48 | 9.93 | - |
| YUV | 51.15 | 149.36 | 117.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 51 | 89 | 0.58 | 0.43 | 0 | 0.65 | 223.85 | 0.41 | 0.25 |
| Hex | 25 | 33 | 59 | 3A | 2B | 0 | 41 | E0 | 29 | 19 |
| Octal | 45 | 63 | 131 | 72 | 53 | 0 | 101 | 340 | 51 | 31 |
| Binary | 100101 | 110011 | 1011001 | 111010 | 101011 | 0 | 1000001 | 11100000 | 101001 | 11001 |
Color Harmonies of #253359
Complementary color
Monochromatic Colors of #253359
Black with #253359
Text Example
Text Example
White with #253359
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #253359; }
p { color: rgb(37,51,89); }
H1.HeaderClassName
{
color: #253359;
}
.AnyTagClassName
{
color: #253359;
}
</style>
background-color css
<style>
a { background-color: #253359; }
a { background-color: rgb(37,51,89); }
div.DivClassName
{
background-color: #253359;
}
.BgClassName
{
background-color: #253359;
}
</style>
border-color css
<style>
span { border-color: #253359; }
span { border-color: rgb(37,51,89); }
td.TdClassName
{
border-color: #253359;
}
.TagClassName
{
border-color: #253359;
}
</style>