Shades of Catalina Blue #25446F
Tints of Catalina Blue #25446F
RGB
CMYK
RGB Variations
Color information
#25446F (or 0x25446F) is known color: Catalina Blue. HEX triplet: 25, 44 and 6F. RGB value is (37,68,111). Sum of RGB (Red+Green+Blue) = 37+68+111=216 (28% of max value = 765). Red value is 37 (14.84% from 255 or 17.13% from 216); Green value is 68 (26.95% from 255 or 31.48% from 216); Blue value is 111 (43.75% from 255 or 51.39% from 216); Max value from RGB is 111 - color contains mainly: blue. Hex color #25446F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #25446F is #DABB90. Grayscale: #3F3F3F. Windows color (decimal): -14334865 or 7291941. OLE color: 7291941.
HSL color Cylindrical-coordinate representation of color #25446F: hue angle of 214.86º degrees, saturation: 0.5, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #25446F is Cyan = 0.67, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 37 | 68 | 111 | - |
| CMYK | 0.67 | 0.39 | 0 | 0.56 |
| HSL | 214.86º | 0.5% | 0.29% | - |
| HSV(B) | 214.86º | 0.67% | 0.44% | - |
| XYZ | 5.7 | 5.68 | 15.83 | - |
| YUV | 63.63 | 154.73 | 109 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 68 | 111 | 0.67 | 0.39 | 0 | 0.56 | 214.86 | 0.5 | 0.29 |
| Hex | 25 | 44 | 6F | 43 | 27 | 0 | 38 | D7 | 32 | 1D |
| Octal | 45 | 104 | 157 | 103 | 47 | 0 | 70 | 327 | 62 | 35 |
| Binary | 100101 | 1000100 | 1101111 | 1000011 | 100111 | 0 | 111000 | 11010111 | 110010 | 11101 |
Color Harmonies of #25446F
Complementary color
Monochromatic Colors of #25446F
Black with #25446F
Text Example
Text Example
White with #25446F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25446F; }
p { color: rgb(37,68,111); }
H1.HeaderClassName
{
color: #25446F;
}
.AnyTagClassName
{
color: #25446F;
}
</style>
background-color css
<style>
a { background-color: #25446F; }
a { background-color: rgb(37,68,111); }
div.DivClassName
{
background-color: #25446F;
}
.BgClassName
{
background-color: #25446F;
}
</style>
border-color css
<style>
span { border-color: #25446F; }
span { border-color: rgb(37,68,111); }
td.TdClassName
{
border-color: #25446F;
}
.TagClassName
{
border-color: #25446F;
}
</style>