Shades of Catalina Blue #253A57
Tints of Catalina Blue #253A57
RGB
CMYK
RGB Variations
Color information
#253A57 (or 0x253A57) is known color: Catalina Blue. HEX triplet: 25, 3A and 57. RGB value is (37,58,87). Sum of RGB (Red+Green+Blue) = 37+58+87=182 (24% of max value = 765). Red value is 37 (14.84% from 255 or 20.33% from 182); Green value is 58 (23.05% from 255 or 31.87% from 182); Blue value is 87 (34.38% from 255 or 47.80% from 182); Max value from RGB is 87 - color contains mainly: blue. Hex color #253A57 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #253A57 is #DAC5A8. Grayscale: #363636. Windows color (decimal): -14337449 or 5716517. OLE color: 5716517.
HSL color Cylindrical-coordinate representation of color #253A57: hue angle of 214.8º 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 #253A57 is Cyan = 0.57, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 37 | 58 | 87 | - |
| CMYK | 0.57 | 0.33 | 0 | 0.66 |
| HSL | 214.8º | 0.4% | 0.24% | - |
| HSV(B) | 214.8º | 0.57% | 0.34% | - |
| XYZ | 4 | 4.11 | 9.6 | - |
| YUV | 55.03 | 146.04 | 115.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 58 | 87 | 0.57 | 0.33 | 0 | 0.66 | 214.8 | 0.4 | 0.24 |
| Hex | 25 | 3A | 57 | 39 | 21 | 0 | 42 | D7 | 28 | 18 |
| Octal | 45 | 72 | 127 | 71 | 41 | 0 | 102 | 327 | 50 | 30 |
| Binary | 100101 | 111010 | 1010111 | 111001 | 100001 | 0 | 1000010 | 11010111 | 101000 | 11000 |
Color Harmonies of #253A57
Complementary color
Monochromatic Colors of #253A57
Black with #253A57
Text Example
Text Example
White with #253A57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #253A57; }
p { color: rgb(37,58,87); }
H1.HeaderClassName
{
color: #253A57;
}
.AnyTagClassName
{
color: #253A57;
}
</style>
background-color css
<style>
a { background-color: #253A57; }
a { background-color: rgb(37,58,87); }
div.DivClassName
{
background-color: #253A57;
}
.BgClassName
{
background-color: #253A57;
}
</style>
border-color css
<style>
span { border-color: #253A57; }
span { border-color: rgb(37,58,87); }
td.TdClassName
{
border-color: #253A57;
}
.TagClassName
{
border-color: #253A57;
}
</style>