Shades of Catalina Blue #25456A
Tints of Catalina Blue #25456A
RGB
CMYK
RGB Variations
Color information
#25456A (or 0x25456A) is known color: Catalina Blue. HEX triplet: 25, 45 and 6A. RGB value is (37,69,106). Sum of RGB (Red+Green+Blue) = 37+69+106=212 (28% of max value = 765). Red value is 37 (14.84% from 255 or 17.45% from 212); Green value is 69 (27.34% from 255 or 32.55% from 212); Blue value is 106 (41.80% from 255 or 50% from 212); Max value from RGB is 106 - color contains mainly: blue. Hex color #25456A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #25456A is #DABA95. Grayscale: #3F3F3F. Windows color (decimal): -14334614 or 6964517. OLE color: 6964517.
HSL color Cylindrical-coordinate representation of color #25456A: hue angle of 212.17º degrees, saturation: 0.48, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #25456A is Cyan = 0.65, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 37 | 69 | 106 | - |
| CMYK | 0.65 | 0.35 | 0 | 0.58 |
| HSL | 212.17º | 0.48% | 0.28% | - |
| HSV(B) | 212.17º | 0.65% | 0.42% | - |
| XYZ | 5.49 | 5.69 | 14.44 | - |
| YUV | 63.65 | 151.9 | 108.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 69 | 106 | 0.65 | 0.35 | 0 | 0.58 | 212.17 | 0.48 | 0.28 |
| Hex | 25 | 45 | 6A | 41 | 23 | 0 | 3A | D4 | 30 | 1C |
| Octal | 45 | 105 | 152 | 101 | 43 | 0 | 72 | 324 | 60 | 34 |
| Binary | 100101 | 1000101 | 1101010 | 1000001 | 100011 | 0 | 111010 | 11010100 | 110000 | 11100 |
Color Harmonies of #25456A
Complementary color
Monochromatic Colors of #25456A
Black with #25456A
Text Example
Text Example
White with #25456A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25456A; }
p { color: rgb(37,69,106); }
H1.HeaderClassName
{
color: #25456A;
}
.AnyTagClassName
{
color: #25456A;
}
</style>
background-color css
<style>
a { background-color: #25456A; }
a { background-color: rgb(37,69,106); }
div.DivClassName
{
background-color: #25456A;
}
.BgClassName
{
background-color: #25456A;
}
</style>
border-color css
<style>
span { border-color: #25456A; }
span { border-color: rgb(37,69,106); }
td.TdClassName
{
border-color: #25456A;
}
.TagClassName
{
border-color: #25456A;
}
</style>