Shades of Catalina Blue #253B5B
Tints of Catalina Blue #253B5B
RGB
CMYK
RGB Variations
Color information
#253B5B (or 0x253B5B) is known color: Catalina Blue. HEX triplet: 25, 3B and 5B. RGB value is (37,59,91). Sum of RGB (Red+Green+Blue) = 37+59+91=187 (24% of max value = 765). Red value is 37 (14.84% from 255 or 19.79% from 187); Green value is 59 (23.44% from 255 or 31.55% from 187); Blue value is 91 (35.94% from 255 or 48.66% from 187); Max value from RGB is 91 - color contains mainly: blue. Hex color #253B5B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #253B5B is #DAC4A4. Grayscale: #373737. Windows color (decimal): -14337189 or 5978917. OLE color: 5978917.
HSL color Cylindrical-coordinate representation of color #253B5B: hue angle of 215.56º degrees, saturation: 0.42, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #253B5B is Cyan = 0.59, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 37 | 59 | 91 | - |
| CMYK | 0.59 | 0.35 | 0 | 0.64 |
| HSL | 215.56º | 0.42% | 0.25% | - |
| HSV(B) | 215.56º | 0.59% | 0.36% | - |
| XYZ | 4.22 | 4.28 | 10.5 | - |
| YUV | 56.07 | 147.71 | 114.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 59 | 91 | 0.59 | 0.35 | 0 | 0.64 | 215.56 | 0.42 | 0.25 |
| Hex | 25 | 3B | 5B | 3B | 23 | 0 | 40 | D8 | 2A | 19 |
| Octal | 45 | 73 | 133 | 73 | 43 | 0 | 100 | 330 | 52 | 31 |
| Binary | 100101 | 111011 | 1011011 | 111011 | 100011 | 0 | 1000000 | 11011000 | 101010 | 11001 |
Color Harmonies of #253B5B
Complementary color
Monochromatic Colors of #253B5B
Black with #253B5B
Text Example
Text Example
White with #253B5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #253B5B; }
p { color: rgb(37,59,91); }
H1.HeaderClassName
{
color: #253B5B;
}
.AnyTagClassName
{
color: #253B5B;
}
</style>
background-color css
<style>
a { background-color: #253B5B; }
a { background-color: rgb(37,59,91); }
div.DivClassName
{
background-color: #253B5B;
}
.BgClassName
{
background-color: #253B5B;
}
</style>
border-color css
<style>
span { border-color: #253B5B; }
span { border-color: rgb(37,59,91); }
td.TdClassName
{
border-color: #253B5B;
}
.TagClassName
{
border-color: #253B5B;
}
</style>