Shades of Catalina Blue #253D6C
Tints of Catalina Blue #253D6C
RGB
CMYK
RGB Variations
Color information
#253D6C (or 0x253D6C) is known color: Catalina Blue. HEX triplet: 25, 3D and 6C. RGB value is (37,61,108). Sum of RGB (Red+Green+Blue) = 37+61+108=206 (27% of max value = 765). Red value is 37 (14.84% from 255 or 17.96% from 206); Green value is 61 (24.22% from 255 or 29.61% from 206); Blue value is 108 (42.58% from 255 or 52.43% from 206); Max value from RGB is 108 - color contains mainly: blue. Hex color #253D6C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #253D6C is #DAC293. Grayscale: #3A3A3A. Windows color (decimal): -14336660 or 7093541. OLE color: 7093541.
HSL color Cylindrical-coordinate representation of color #253D6C: hue angle of 219.72º degrees, saturation: 0.49, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #253D6C is Cyan = 0.66, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 37 | 61 | 108 | - |
| CMYK | 0.66 | 0.44 | 0 | 0.58 |
| HSL | 219.72º | 0.49% | 0.28% | - |
| HSV(B) | 219.72º | 0.66% | 0.42% | - |
| XYZ | 5.14 | 4.81 | 14.85 | - |
| YUV | 59.18 | 155.55 | 112.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 61 | 108 | 0.66 | 0.44 | 0 | 0.58 | 219.72 | 0.49 | 0.28 |
| Hex | 25 | 3D | 6C | 42 | 2C | 0 | 3A | DC | 31 | 1C |
| Octal | 45 | 75 | 154 | 102 | 54 | 0 | 72 | 334 | 61 | 34 |
| Binary | 100101 | 111101 | 1101100 | 1000010 | 101100 | 0 | 111010 | 11011100 | 110001 | 11100 |
Color Harmonies of #253D6C
Complementary color
Monochromatic Colors of #253D6C
Black with #253D6C
Text Example
Text Example
White with #253D6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #253D6C; }
p { color: rgb(37,61,108); }
H1.HeaderClassName
{
color: #253D6C;
}
.AnyTagClassName
{
color: #253D6C;
}
</style>
background-color css
<style>
a { background-color: #253D6C; }
a { background-color: rgb(37,61,108); }
div.DivClassName
{
background-color: #253D6C;
}
.BgClassName
{
background-color: #253D6C;
}
</style>
border-color css
<style>
span { border-color: #253D6C; }
span { border-color: rgb(37,61,108); }
td.TdClassName
{
border-color: #253D6C;
}
.TagClassName
{
border-color: #253D6C;
}
</style>