Shades of Catalina Blue #25365D
Tints of Catalina Blue #25365D
RGB
CMYK
RGB Variations
Color information
#25365D (or 0x25365D) is known color: Catalina Blue. HEX triplet: 25, 36 and 5D. RGB value is (37,54,93). Sum of RGB (Red+Green+Blue) = 37+54+93=184 (24% of max value = 765). Red value is 37 (14.84% from 255 or 20.11% from 184); Green value is 54 (21.48% from 255 or 29.35% from 184); Blue value is 93 (36.72% from 255 or 50.54% from 184); Max value from RGB is 93 - color contains mainly: blue. Hex color #25365D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #25365D is #DAC9A2. Grayscale: #353535. Windows color (decimal): -14338467 or 6108709. OLE color: 6108709.
HSL color Cylindrical-coordinate representation of color #25365D: hue angle of 221.79º degrees, saturation: 0.43, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #25365D is Cyan = 0.60, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 37 | 54 | 93 | - |
| CMYK | 0.60 | 0.42 | 0 | 0.64 |
| HSL | 221.79º | 0.43% | 0.25% | - |
| HSV(B) | 221.79º | 0.6% | 0.36% | - |
| XYZ | 4.06 | 3.82 | 10.88 | - |
| YUV | 53.36 | 150.37 | 116.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 54 | 93 | 0.60 | 0.42 | 0 | 0.64 | 221.79 | 0.43 | 0.25 |
| Hex | 25 | 36 | 5D | 3C | 2A | 0 | 40 | DE | 2B | 19 |
| Octal | 45 | 66 | 135 | 74 | 52 | 0 | 100 | 336 | 53 | 31 |
| Binary | 100101 | 110110 | 1011101 | 111100 | 101010 | 0 | 1000000 | 11011110 | 101011 | 11001 |
Color Harmonies of #25365D
Complementary color
Monochromatic Colors of #25365D
Black with #25365D
Text Example
Text Example
White with #25365D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25365D; }
p { color: rgb(37,54,93); }
H1.HeaderClassName
{
color: #25365D;
}
.AnyTagClassName
{
color: #25365D;
}
</style>
background-color css
<style>
a { background-color: #25365D; }
a { background-color: rgb(37,54,93); }
div.DivClassName
{
background-color: #25365D;
}
.BgClassName
{
background-color: #25365D;
}
</style>
border-color css
<style>
span { border-color: #25365D; }
span { border-color: rgb(37,54,93); }
td.TdClassName
{
border-color: #25365D;
}
.TagClassName
{
border-color: #25365D;
}
</style>