Shades of Catalina Blue #28446D
Tints of Catalina Blue #28446D
RGB
CMYK
RGB Variations
Color information
#28446D (or 0x28446D) is known color: Catalina Blue. HEX triplet: 28, 44 and 6D. RGB value is (40,68,109). Sum of RGB (Red+Green+Blue) = 40+68+109=217 (28% of max value = 765). Red value is 40 (16.02% from 255 or 18.43% from 217); Green value is 68 (26.95% from 255 or 31.34% from 217); Blue value is 109 (42.97% from 255 or 50.23% from 217); Max value from RGB is 109 - color contains mainly: blue. Hex color #28446D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #28446D is #D7BB92. Grayscale: #404040. Windows color (decimal): -14138259 or 7160872. OLE color: 7160872.
HSL color Cylindrical-coordinate representation of color #28446D: hue angle of 215.65º degrees, saturation: 0.46, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #28446D is Cyan = 0.63, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 40 | 68 | 109 | - |
| CMYK | 0.63 | 0.38 | 0 | 0.57 |
| HSL | 215.65º | 0.46% | 0.29% | - |
| HSV(B) | 215.65º | 0.63% | 0.43% | - |
| XYZ | 5.7 | 5.69 | 15.27 | - |
| YUV | 64.3 | 153.22 | 110.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 68 | 109 | 0.63 | 0.38 | 0 | 0.57 | 215.65 | 0.46 | 0.29 |
| Hex | 28 | 44 | 6D | 3F | 26 | 0 | 39 | D8 | 2E | 1D |
| Octal | 50 | 104 | 155 | 77 | 46 | 0 | 71 | 330 | 56 | 35 |
| Binary | 101000 | 1000100 | 1101101 | 111111 | 100110 | 0 | 111001 | 11011000 | 101110 | 11101 |
Color Harmonies of #28446D
Complementary color
Monochromatic Colors of #28446D
Black with #28446D
Text Example
Text Example
White with #28446D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28446D; }
p { color: rgb(40,68,109); }
H1.HeaderClassName
{
color: #28446D;
}
.AnyTagClassName
{
color: #28446D;
}
</style>
background-color css
<style>
a { background-color: #28446D; }
a { background-color: rgb(40,68,109); }
div.DivClassName
{
background-color: #28446D;
}
.BgClassName
{
background-color: #28446D;
}
</style>
border-color css
<style>
span { border-color: #28446D; }
span { border-color: rgb(40,68,109); }
td.TdClassName
{
border-color: #28446D;
}
.TagClassName
{
border-color: #28446D;
}
</style>