Shades of Catalina Blue #25416D
Tints of Catalina Blue #25416D
RGB
CMYK
RGB Variations
Color information
#25416D (or 0x25416D) is known color: Catalina Blue. HEX triplet: 25, 41 and 6D. RGB value is (37,65,109). Sum of RGB (Red+Green+Blue) = 37+65+109=211 (27% of max value = 765). Red value is 37 (14.84% from 255 or 17.54% from 211); Green value is 65 (25.78% from 255 or 30.81% from 211); Blue value is 109 (42.97% from 255 or 51.66% from 211); Max value from RGB is 109 - color contains mainly: blue. Hex color #25416D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #25416D is #DABE92. Grayscale: #3D3D3D. Windows color (decimal): -14335635 or 7160101. OLE color: 7160101.
HSL color Cylindrical-coordinate representation of color #25416D: hue angle of 216.67º degrees, saturation: 0.49, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #25416D is Cyan = 0.66, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 37 | 65 | 109 | - |
| CMYK | 0.66 | 0.40 | 0 | 0.57 |
| HSL | 216.67º | 0.49% | 0.29% | - |
| HSV(B) | 216.67º | 0.66% | 0.43% | - |
| XYZ | 5.41 | 5.28 | 15.2 | - |
| YUV | 61.64 | 154.72 | 110.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 65 | 109 | 0.66 | 0.40 | 0 | 0.57 | 216.67 | 0.49 | 0.29 |
| Hex | 25 | 41 | 6D | 42 | 28 | 0 | 39 | D9 | 31 | 1D |
| Octal | 45 | 101 | 155 | 102 | 50 | 0 | 71 | 331 | 61 | 35 |
| Binary | 100101 | 1000001 | 1101101 | 1000010 | 101000 | 0 | 111001 | 11011001 | 110001 | 11101 |
Color Harmonies of #25416D
Complementary color
Monochromatic Colors of #25416D
Black with #25416D
Text Example
Text Example
White with #25416D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25416D; }
p { color: rgb(37,65,109); }
H1.HeaderClassName
{
color: #25416D;
}
.AnyTagClassName
{
color: #25416D;
}
</style>
background-color css
<style>
a { background-color: #25416D; }
a { background-color: rgb(37,65,109); }
div.DivClassName
{
background-color: #25416D;
}
.BgClassName
{
background-color: #25416D;
}
</style>
border-color css
<style>
span { border-color: #25416D; }
span { border-color: rgb(37,65,109); }
td.TdClassName
{
border-color: #25416D;
}
.TagClassName
{
border-color: #25416D;
}
</style>