Shades of Catalina Blue #28446B
Tints of Catalina Blue #28446B
RGB
CMYK
RGB Variations
Color information
#28446B (or 0x28446B) is known color: Catalina Blue. HEX triplet: 28, 44 and 6B. RGB value is (40,68,107). Sum of RGB (Red+Green+Blue) = 40+68+107=215 (28% of max value = 765). Red value is 40 (16.02% from 255 or 18.60% from 215); Green value is 68 (26.95% from 255 or 31.63% from 215); Blue value is 107 (42.19% from 255 or 49.77% from 215); Max value from RGB is 107 - color contains mainly: blue. Hex color #28446B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #28446B is #D7BB94. Grayscale: #3F3F3F. Windows color (decimal): -14138261 or 7029800. OLE color: 7029800.
HSL color Cylindrical-coordinate representation of color #28446B: hue angle of 214.93º degrees, saturation: 0.46, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #28446B is Cyan = 0.63, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 40 | 68 | 107 | - |
| CMYK | 0.63 | 0.36 | 0 | 0.58 |
| HSL | 214.93º | 0.46% | 0.29% | - |
| HSV(B) | 214.93º | 0.63% | 0.42% | - |
| XYZ | 5.6 | 5.65 | 14.7 | - |
| YUV | 64.07 | 152.22 | 110.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 68 | 107 | 0.63 | 0.36 | 0 | 0.58 | 214.93 | 0.46 | 0.29 |
| Hex | 28 | 44 | 6B | 3F | 24 | 0 | 3A | D7 | 2E | 1D |
| Octal | 50 | 104 | 153 | 77 | 44 | 0 | 72 | 327 | 56 | 35 |
| Binary | 101000 | 1000100 | 1101011 | 111111 | 100100 | 0 | 111010 | 11010111 | 101110 | 11101 |
Color Harmonies of #28446B
Complementary color
Monochromatic Colors of #28446B
Black with #28446B
Text Example
Text Example
White with #28446B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28446B; }
p { color: rgb(40,68,107); }
H1.HeaderClassName
{
color: #28446B;
}
.AnyTagClassName
{
color: #28446B;
}
</style>
background-color css
<style>
a { background-color: #28446B; }
a { background-color: rgb(40,68,107); }
div.DivClassName
{
background-color: #28446B;
}
.BgClassName
{
background-color: #28446B;
}
</style>
border-color css
<style>
span { border-color: #28446B; }
span { border-color: rgb(40,68,107); }
td.TdClassName
{
border-color: #28446B;
}
.TagClassName
{
border-color: #28446B;
}
</style>