Shades of Catalina Blue #25395F
Tints of Catalina Blue #25395F
RGB
CMYK
RGB Variations
Color information
#25395F (or 0x25395F) is known color: Catalina Blue. HEX triplet: 25, 39 and 5F. RGB value is (37,57,95). Sum of RGB (Red+Green+Blue) = 37+57+95=189 (25% of max value = 765). Red value is 37 (14.84% from 255 or 19.58% from 189); Green value is 57 (22.66% from 255 or 30.16% from 189); Blue value is 95 (37.5% from 255 or 50.26% from 189); Max value from RGB is 95 - color contains mainly: blue. Hex color #25395F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #25395F is #DAC6A0. Grayscale: #373737. Windows color (decimal): -14337697 or 6240549. OLE color: 6240549.
HSL color Cylindrical-coordinate representation of color #25395F: hue angle of 219.31º degrees, saturation: 0.44, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #25395F is Cyan = 0.61, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 37 | 57 | 95 | - |
| CMYK | 0.61 | 0.40 | 0 | 0.63 |
| HSL | 219.31º | 0.44% | 0.26% | - |
| HSV(B) | 219.31º | 0.61% | 0.37% | - |
| XYZ | 4.29 | 4.15 | 11.4 | - |
| YUV | 55.35 | 150.37 | 114.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 57 | 95 | 0.61 | 0.40 | 0 | 0.63 | 219.31 | 0.44 | 0.26 |
| Hex | 25 | 39 | 5F | 3D | 28 | 0 | 3F | DB | 2C | 1A |
| Octal | 45 | 71 | 137 | 75 | 50 | 0 | 77 | 333 | 54 | 32 |
| Binary | 100101 | 111001 | 1011111 | 111101 | 101000 | 0 | 111111 | 11011011 | 101100 | 11010 |
Color Harmonies of #25395F
Complementary color
Monochromatic Colors of #25395F
Black with #25395F
Text Example
Text Example
White with #25395F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25395F; }
p { color: rgb(37,57,95); }
H1.HeaderClassName
{
color: #25395F;
}
.AnyTagClassName
{
color: #25395F;
}
</style>
background-color css
<style>
a { background-color: #25395F; }
a { background-color: rgb(37,57,95); }
div.DivClassName
{
background-color: #25395F;
}
.BgClassName
{
background-color: #25395F;
}
</style>
border-color css
<style>
span { border-color: #25395F; }
span { border-color: rgb(37,57,95); }
td.TdClassName
{
border-color: #25395F;
}
.TagClassName
{
border-color: #25395F;
}
</style>