Shades of Catalina Blue #25446D
Tints of Catalina Blue #25446D
RGB
CMYK
RGB Variations
Color information
#25446D (or 0x25446D) is known color: Catalina Blue. HEX triplet: 25, 44 and 6D. RGB value is (37,68,109). Sum of RGB (Red+Green+Blue) = 37+68+109=214 (28% of max value = 765). Red value is 37 (14.84% from 255 or 17.29% from 214); Green value is 68 (26.95% from 255 or 31.78% from 214); Blue value is 109 (42.97% from 255 or 50.93% from 214); Max value from RGB is 109 - color contains mainly: blue. Hex color #25446D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #25446D is #DABB92. Grayscale: #3F3F3F. Windows color (decimal): -14334867 or 7160869. OLE color: 7160869.
HSL color Cylindrical-coordinate representation of color #25446D: hue angle of 214.17º 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 #25446D is Cyan = 0.66, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 37 | 68 | 109 | - |
| CMYK | 0.66 | 0.38 | 0 | 0.57 |
| HSL | 214.17º | 0.49% | 0.29% | - |
| HSV(B) | 214.17º | 0.66% | 0.43% | - |
| XYZ | 5.59 | 5.63 | 15.26 | - |
| YUV | 63.41 | 153.73 | 109.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 68 | 109 | 0.66 | 0.38 | 0 | 0.57 | 214.17 | 0.49 | 0.29 |
| Hex | 25 | 44 | 6D | 42 | 26 | 0 | 39 | D6 | 31 | 1D |
| Octal | 45 | 104 | 155 | 102 | 46 | 0 | 71 | 326 | 61 | 35 |
| Binary | 100101 | 1000100 | 1101101 | 1000010 | 100110 | 0 | 111001 | 11010110 | 110001 | 11101 |
Color Harmonies of #25446D
Complementary color
Monochromatic Colors of #25446D
Black with #25446D
Text Example
Text Example
White with #25446D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25446D; }
p { color: rgb(37,68,109); }
H1.HeaderClassName
{
color: #25446D;
}
.AnyTagClassName
{
color: #25446D;
}
</style>
background-color css
<style>
a { background-color: #25446D; }
a { background-color: rgb(37,68,109); }
div.DivClassName
{
background-color: #25446D;
}
.BgClassName
{
background-color: #25446D;
}
</style>
border-color css
<style>
span { border-color: #25446D; }
span { border-color: rgb(37,68,109); }
td.TdClassName
{
border-color: #25446D;
}
.TagClassName
{
border-color: #25446D;
}
</style>