Shades of Catalina Blue #253D67
Tints of Catalina Blue #253D67
RGB
CMYK
RGB Variations
Color information
#253D67 (or 0x253D67) is known color: Catalina Blue. HEX triplet: 25, 3D and 67. RGB value is (37,61,103). Sum of RGB (Red+Green+Blue) = 37+61+103=201 (26% of max value = 765). Red value is 37 (14.84% from 255 or 18.41% from 201); Green value is 61 (24.22% from 255 or 30.35% from 201); Blue value is 103 (40.62% from 255 or 51.24% from 201); Max value from RGB is 103 - color contains mainly: blue. Hex color #253D67 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #253D67 is #DAC298. Grayscale: #3A3A3A. Windows color (decimal): -14336665 or 6765861. OLE color: 6765861.
HSL color Cylindrical-coordinate representation of color #253D67: hue angle of 218.18º degrees, saturation: 0.47, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #253D67 is Cyan = 0.64, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 37 | 61 | 103 | - |
| CMYK | 0.64 | 0.41 | 0 | 0.60 |
| HSL | 218.18º | 0.47% | 0.27% | - |
| HSV(B) | 218.18º | 0.64% | 0.4% | - |
| XYZ | 4.88 | 4.71 | 13.48 | - |
| YUV | 58.61 | 153.05 | 112.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 61 | 103 | 0.64 | 0.41 | 0 | 0.60 | 218.18 | 0.47 | 0.27 |
| Hex | 25 | 3D | 67 | 40 | 29 | 0 | 3C | DA | 2F | 1B |
| Octal | 45 | 75 | 147 | 100 | 51 | 0 | 74 | 332 | 57 | 33 |
| Binary | 100101 | 111101 | 1100111 | 1000000 | 101001 | 0 | 111100 | 11011010 | 101111 | 11011 |
Color Harmonies of #253D67
Complementary color
Monochromatic Colors of #253D67
Black with #253D67
Text Example
Text Example
White with #253D67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #253D67; }
p { color: rgb(37,61,103); }
H1.HeaderClassName
{
color: #253D67;
}
.AnyTagClassName
{
color: #253D67;
}
</style>
background-color css
<style>
a { background-color: #253D67; }
a { background-color: rgb(37,61,103); }
div.DivClassName
{
background-color: #253D67;
}
.BgClassName
{
background-color: #253D67;
}
</style>
border-color css
<style>
span { border-color: #253D67; }
span { border-color: rgb(37,61,103); }
td.TdClassName
{
border-color: #253D67;
}
.TagClassName
{
border-color: #253D67;
}
</style>