Shades of Catalina Blue #28446E
Tints of Catalina Blue #28446E
RGB
CMYK
RGB Variations
Color information
#28446E (or 0x28446E) is known color: Catalina Blue. HEX triplet: 28, 44 and 6E. RGB value is (40,68,110). Sum of RGB (Red+Green+Blue) = 40+68+110=218 (28% of max value = 765). Red value is 40 (16.02% from 255 or 18.35% from 218); Green value is 68 (26.95% from 255 or 31.19% from 218); Blue value is 110 (43.36% from 255 or 50.46% from 218); Max value from RGB is 110 - color contains mainly: blue. Hex color #28446E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #28446E is #D7BB91. Grayscale: #404040. Windows color (decimal): -14138258 or 7226408. OLE color: 7226408.
HSL color Cylindrical-coordinate representation of color #28446E: hue angle of 216º degrees, saturation: 0.47, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #28446E is Cyan = 0.64, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 40 | 68 | 110 | - |
| CMYK | 0.64 | 0.38 | 0 | 0.57 |
| HSL | 216º | 0.47% | 0.29% | - |
| HSV(B) | 216º | 0.64% | 0.43% | - |
| XYZ | 5.76 | 5.71 | 15.55 | - |
| YUV | 64.42 | 153.72 | 110.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 68 | 110 | 0.64 | 0.38 | 0 | 0.57 | 216 | 0.47 | 0.29 |
| Hex | 28 | 44 | 6E | 40 | 26 | 0 | 39 | D8 | 2F | 1D |
| Octal | 50 | 104 | 156 | 100 | 46 | 0 | 71 | 330 | 57 | 35 |
| Binary | 101000 | 1000100 | 1101110 | 1000000 | 100110 | 0 | 111001 | 11011000 | 101111 | 11101 |
Color Harmonies of #28446E
Complementary color
Monochromatic Colors of #28446E
Black with #28446E
Text Example
Text Example
White with #28446E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28446E; }
p { color: rgb(40,68,110); }
H1.HeaderClassName
{
color: #28446E;
}
.AnyTagClassName
{
color: #28446E;
}
</style>
background-color css
<style>
a { background-color: #28446E; }
a { background-color: rgb(40,68,110); }
div.DivClassName
{
background-color: #28446E;
}
.BgClassName
{
background-color: #28446E;
}
</style>
border-color css
<style>
span { border-color: #28446E; }
span { border-color: rgb(40,68,110); }
td.TdClassName
{
border-color: #28446E;
}
.TagClassName
{
border-color: #28446E;
}
</style>