Shades of Catalina Blue #25466A
Tints of Catalina Blue #25466A
RGB
CMYK
RGB Variations
Color information
#25466A (or 0x25466A) is known color: Catalina Blue. HEX triplet: 25, 46 and 6A. RGB value is (37,70,106). Sum of RGB (Red+Green+Blue) = 37+70+106=213 (28% of max value = 765). Red value is 37 (14.84% from 255 or 17.37% from 213); Green value is 70 (27.73% from 255 or 32.86% from 213); Blue value is 106 (41.80% from 255 or 49.77% from 213); Max value from RGB is 106 - color contains mainly: blue. Hex color #25466A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #25466A is #DAB995. Grayscale: #404040. Windows color (decimal): -14334358 or 6964773. OLE color: 6964773.
HSL color Cylindrical-coordinate representation of color #25466A: hue angle of 211.3º 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 #25466A is Cyan = 0.65, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 37 | 70 | 106 | - |
| CMYK | 0.65 | 0.34 | 0 | 0.58 |
| HSL | 211.3º | 0.48% | 0.28% | - |
| HSV(B) | 211.3º | 0.65% | 0.42% | - |
| XYZ | 5.55 | 5.81 | 14.47 | - |
| YUV | 64.24 | 151.57 | 108.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 70 | 106 | 0.65 | 0.34 | 0 | 0.58 | 211.3 | 0.48 | 0.28 |
| Hex | 25 | 46 | 6A | 41 | 22 | 0 | 3A | D3 | 30 | 1C |
| Octal | 45 | 106 | 152 | 101 | 42 | 0 | 72 | 323 | 60 | 34 |
| Binary | 100101 | 1000110 | 1101010 | 1000001 | 100010 | 0 | 111010 | 11010011 | 110000 | 11100 |
Color Harmonies of #25466A
Complementary color
Monochromatic Colors of #25466A
Black with #25466A
Text Example
Text Example
White with #25466A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25466A; }
p { color: rgb(37,70,106); }
H1.HeaderClassName
{
color: #25466A;
}
.AnyTagClassName
{
color: #25466A;
}
</style>
background-color css
<style>
a { background-color: #25466A; }
a { background-color: rgb(37,70,106); }
div.DivClassName
{
background-color: #25466A;
}
.BgClassName
{
background-color: #25466A;
}
</style>
border-color css
<style>
span { border-color: #25466A; }
span { border-color: rgb(37,70,106); }
td.TdClassName
{
border-color: #25466A;
}
.TagClassName
{
border-color: #25466A;
}
</style>