Shades of Catalina Blue #25466D
Tints of Catalina Blue #25466D
RGB
CMYK
RGB Variations
Color information
#25466D (or 0x25466D) is known color: Catalina Blue. HEX triplet: 25, 46 and 6D. RGB value is (37,70,109). Sum of RGB (Red+Green+Blue) = 37+70+109=216 (28% of max value = 765). Red value is 37 (14.84% from 255 or 17.13% from 216); Green value is 70 (27.73% from 255 or 32.41% from 216); Blue value is 109 (42.97% from 255 or 50.46% from 216); Max value from RGB is 109 - color contains mainly: blue. Hex color #25466D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #25466D is #DAB992. Grayscale: #404040. Windows color (decimal): -14334355 or 7161381. OLE color: 7161381.
HSL color Cylindrical-coordinate representation of color #25466D: hue angle of 212.5º 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 #25466D is Cyan = 0.66, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 37 | 70 | 109 | - |
| CMYK | 0.66 | 0.36 | 0 | 0.57 |
| HSL | 212.5º | 0.49% | 0.29% | - |
| HSV(B) | 212.5º | 0.66% | 0.43% | - |
| XYZ | 5.71 | 5.88 | 15.3 | - |
| YUV | 64.58 | 153.07 | 108.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 70 | 109 | 0.66 | 0.36 | 0 | 0.57 | 212.5 | 0.49 | 0.29 |
| Hex | 25 | 46 | 6D | 42 | 24 | 0 | 39 | D4 | 31 | 1D |
| Octal | 45 | 106 | 155 | 102 | 44 | 0 | 71 | 324 | 61 | 35 |
| Binary | 100101 | 1000110 | 1101101 | 1000010 | 100100 | 0 | 111001 | 11010100 | 110001 | 11101 |
Color Harmonies of #25466D
Complementary color
Monochromatic Colors of #25466D
Black with #25466D
Text Example
Text Example
White with #25466D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25466D; }
p { color: rgb(37,70,109); }
H1.HeaderClassName
{
color: #25466D;
}
.AnyTagClassName
{
color: #25466D;
}
</style>
background-color css
<style>
a { background-color: #25466D; }
a { background-color: rgb(37,70,109); }
div.DivClassName
{
background-color: #25466D;
}
.BgClassName
{
background-color: #25466D;
}
</style>
border-color css
<style>
span { border-color: #25466D; }
span { border-color: rgb(37,70,109); }
td.TdClassName
{
border-color: #25466D;
}
.TagClassName
{
border-color: #25466D;
}
</style>