Shades of Catalina Blue #253859
Tints of Catalina Blue #253859
RGB
CMYK
RGB Variations
Color information
#253859 (or 0x253859) is known color: Catalina Blue. HEX triplet: 25, 38 and 59. RGB value is (37,56,89). Sum of RGB (Red+Green+Blue) = 37+56+89=182 (24% of max value = 765). Red value is 37 (14.84% from 255 or 20.33% from 182); Green value is 56 (22.27% from 255 or 30.77% from 182); Blue value is 89 (35.16% from 255 or 48.90% from 182); Max value from RGB is 89 - color contains mainly: blue. Hex color #253859 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #253859 is #DAC7A6. Grayscale: #353535. Windows color (decimal): -14337959 or 5847077. OLE color: 5847077.
HSL color Cylindrical-coordinate representation of color #253859: hue angle of 218.08º 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 #253859 is Cyan = 0.58, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 37 | 56 | 89 | - |
| CMYK | 0.58 | 0.37 | 0 | 0.65 |
| HSL | 218.08º | 0.41% | 0.25% | - |
| HSV(B) | 218.08º | 0.58% | 0.35% | - |
| XYZ | 3.98 | 3.94 | 10 | - |
| YUV | 54.08 | 147.71 | 115.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 56 | 89 | 0.58 | 0.37 | 0 | 0.65 | 218.08 | 0.41 | 0.25 |
| Hex | 25 | 38 | 59 | 3A | 25 | 0 | 41 | DA | 29 | 19 |
| Octal | 45 | 70 | 131 | 72 | 45 | 0 | 101 | 332 | 51 | 31 |
| Binary | 100101 | 111000 | 1011001 | 111010 | 100101 | 0 | 1000001 | 11011010 | 101001 | 11001 |
Color Harmonies of #253859
Complementary color
Monochromatic Colors of #253859
Black with #253859
Text Example
Text Example
White with #253859
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #253859; }
p { color: rgb(37,56,89); }
H1.HeaderClassName
{
color: #253859;
}
.AnyTagClassName
{
color: #253859;
}
</style>
background-color css
<style>
a { background-color: #253859; }
a { background-color: rgb(37,56,89); }
div.DivClassName
{
background-color: #253859;
}
.BgClassName
{
background-color: #253859;
}
</style>
border-color css
<style>
span { border-color: #253859; }
span { border-color: rgb(37,56,89); }
td.TdClassName
{
border-color: #253859;
}
.TagClassName
{
border-color: #253859;
}
</style>