Shades of Catalina Blue #253D5B
Tints of Catalina Blue #253D5B
RGB
CMYK
RGB Variations
Color information
#253D5B (or 0x253D5B) is known color: Catalina Blue. HEX triplet: 25, 3D and 5B. RGB value is (37,61,91). Sum of RGB (Red+Green+Blue) = 37+61+91=189 (25% of max value = 765). Red value is 37 (14.84% from 255 or 19.58% from 189); Green value is 61 (24.22% from 255 or 32.28% from 189); Blue value is 91 (35.94% from 255 or 48.15% from 189); Max value from RGB is 91 - color contains mainly: blue. Hex color #253D5B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #253D5B is #DAC2A4. Grayscale: #393939. Windows color (decimal): -14336677 or 5979429. OLE color: 5979429.
HSL color Cylindrical-coordinate representation of color #253D5B: hue angle of 213.33º 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 #253D5B is Cyan = 0.59, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 37 | 61 | 91 | - |
| CMYK | 0.59 | 0.33 | 0 | 0.64 |
| HSL | 213.33º | 0.42% | 0.25% | - |
| HSV(B) | 213.33º | 0.59% | 0.36% | - |
| XYZ | 4.32 | 4.49 | 10.54 | - |
| YUV | 57.24 | 147.05 | 113.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 61 | 91 | 0.59 | 0.33 | 0 | 0.64 | 213.33 | 0.42 | 0.25 |
| Hex | 25 | 3D | 5B | 3B | 21 | 0 | 40 | D5 | 2A | 19 |
| Octal | 45 | 75 | 133 | 73 | 41 | 0 | 100 | 325 | 52 | 31 |
| Binary | 100101 | 111101 | 1011011 | 111011 | 100001 | 0 | 1000000 | 11010101 | 101010 | 11001 |
Color Harmonies of #253D5B
Complementary color
Monochromatic Colors of #253D5B
Black with #253D5B
Text Example
Text Example
White with #253D5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #253D5B; }
p { color: rgb(37,61,91); }
H1.HeaderClassName
{
color: #253D5B;
}
.AnyTagClassName
{
color: #253D5B;
}
</style>
background-color css
<style>
a { background-color: #253D5B; }
a { background-color: rgb(37,61,91); }
div.DivClassName
{
background-color: #253D5B;
}
.BgClassName
{
background-color: #253D5B;
}
</style>
border-color css
<style>
span { border-color: #253D5B; }
span { border-color: rgb(37,61,91); }
td.TdClassName
{
border-color: #253D5B;
}
.TagClassName
{
border-color: #253D5B;
}
</style>