Shades of Catalina Blue #25456E
Tints of Catalina Blue #25456E
RGB
CMYK
RGB Variations
Color information
#25456E (or 0x25456E) is known color: Catalina Blue. HEX triplet: 25, 45 and 6E. RGB value is (37,69,110). Sum of RGB (Red+Green+Blue) = 37+69+110=216 (28% of max value = 765). Red value is 37 (14.84% from 255 or 17.13% from 216); Green value is 69 (27.34% from 255 or 31.94% from 216); Blue value is 110 (43.36% from 255 or 50.93% from 216); Max value from RGB is 110 - color contains mainly: blue. Hex color #25456E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #25456E is #DABA91. Grayscale: #3F3F3F. Windows color (decimal): -14334610 or 7226661. OLE color: 7226661.
HSL color Cylindrical-coordinate representation of color #25456E: hue angle of 213.7º degrees, saturation: 0.5, 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 #25456E is Cyan = 0.66, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 37 | 69 | 110 | - |
| CMYK | 0.66 | 0.37 | 0 | 0.57 |
| HSL | 213.7º | 0.5% | 0.29% | - |
| HSV(B) | 213.7º | 0.66% | 0.43% | - |
| XYZ | 5.71 | 5.78 | 15.57 | - |
| YUV | 64.11 | 153.9 | 108.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 69 | 110 | 0.66 | 0.37 | 0 | 0.57 | 213.7 | 0.5 | 0.29 |
| Hex | 25 | 45 | 6E | 42 | 25 | 0 | 39 | D6 | 32 | 1D |
| Octal | 45 | 105 | 156 | 102 | 45 | 0 | 71 | 326 | 62 | 35 |
| Binary | 100101 | 1000101 | 1101110 | 1000010 | 100101 | 0 | 111001 | 11010110 | 110010 | 11101 |
Color Harmonies of #25456E
Complementary color
Monochromatic Colors of #25456E
Black with #25456E
Text Example
Text Example
White with #25456E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25456E; }
p { color: rgb(37,69,110); }
H1.HeaderClassName
{
color: #25456E;
}
.AnyTagClassName
{
color: #25456E;
}
</style>
background-color css
<style>
a { background-color: #25456E; }
a { background-color: rgb(37,69,110); }
div.DivClassName
{
background-color: #25456E;
}
.BgClassName
{
background-color: #25456E;
}
</style>
border-color css
<style>
span { border-color: #25456E; }
span { border-color: rgb(37,69,110); }
td.TdClassName
{
border-color: #25456E;
}
.TagClassName
{
border-color: #25456E;
}
</style>