Shades of Catalina Blue #25395D
Tints of Catalina Blue #25395D
RGB
CMYK
RGB Variations
Color information
#25395D (or 0x25395D) is known color: Catalina Blue. HEX triplet: 25, 39 and 5D. RGB value is (37,57,93). Sum of RGB (Red+Green+Blue) = 37+57+93=187 (24% of max value = 765). Red value is 37 (14.84% from 255 or 19.79% from 187); Green value is 57 (22.66% from 255 or 30.48% from 187); Blue value is 93 (36.72% from 255 or 49.73% from 187); Max value from RGB is 93 - color contains mainly: blue. Hex color #25395D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #25395D is #DAC6A2. Grayscale: #363636. Windows color (decimal): -14337699 or 6109477. OLE color: 6109477.
HSL color Cylindrical-coordinate representation of color #25395D: hue angle of 218.57º 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 #25395D is Cyan = 0.60, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 37 | 57 | 93 | - |
| CMYK | 0.60 | 0.39 | 0 | 0.64 |
| HSL | 218.57º | 0.43% | 0.25% | - |
| HSV(B) | 218.57º | 0.6% | 0.36% | - |
| XYZ | 4.2 | 4.11 | 10.93 | - |
| YUV | 55.12 | 149.37 | 115.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 57 | 93 | 0.60 | 0.39 | 0 | 0.64 | 218.57 | 0.43 | 0.25 |
| Hex | 25 | 39 | 5D | 3C | 27 | 0 | 40 | DB | 2B | 19 |
| Octal | 45 | 71 | 135 | 74 | 47 | 0 | 100 | 333 | 53 | 31 |
| Binary | 100101 | 111001 | 1011101 | 111100 | 100111 | 0 | 1000000 | 11011011 | 101011 | 11001 |
Color Harmonies of #25395D
Complementary color
Monochromatic Colors of #25395D
Black with #25395D
Text Example
Text Example
White with #25395D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25395D; }
p { color: rgb(37,57,93); }
H1.HeaderClassName
{
color: #25395D;
}
.AnyTagClassName
{
color: #25395D;
}
</style>
background-color css
<style>
a { background-color: #25395D; }
a { background-color: rgb(37,57,93); }
div.DivClassName
{
background-color: #25395D;
}
.BgClassName
{
background-color: #25395D;
}
</style>
border-color css
<style>
span { border-color: #25395D; }
span { border-color: rgb(37,57,93); }
td.TdClassName
{
border-color: #25395D;
}
.TagClassName
{
border-color: #25395D;
}
</style>