Shades of Catalina Blue #28466D
Tints of Catalina Blue #28466D
RGB
CMYK
RGB Variations
Color information
#28466D (or 0x28466D) is known color: Catalina Blue. HEX triplet: 28, 46 and 6D. RGB value is (40,70,109). Sum of RGB (Red+Green+Blue) = 40+70+109=219 (29% of max value = 765). Red value is 40 (16.02% from 255 or 18.26% from 219); Green value is 70 (27.73% from 255 or 31.96% from 219); Blue value is 109 (42.97% from 255 or 49.77% from 219); Max value from RGB is 109 - color contains mainly: blue. Hex color #28466D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #28466D is #D7B992. Grayscale: #414141. Windows color (decimal): -14137747 or 7161384. OLE color: 7161384.
HSL color Cylindrical-coordinate representation of color #28466D: hue angle of 213.91º 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 #28466D is Cyan = 0.63, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 40 | 70 | 109 | - |
| CMYK | 0.63 | 0.36 | 0 | 0.57 |
| HSL | 213.91º | 0.46% | 0.29% | - |
| HSV(B) | 213.91º | 0.63% | 0.43% | - |
| XYZ | 5.83 | 5.94 | 15.31 | - |
| YUV | 65.48 | 152.56 | 109.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 70 | 109 | 0.63 | 0.36 | 0 | 0.57 | 213.91 | 0.46 | 0.29 |
| Hex | 28 | 46 | 6D | 3F | 24 | 0 | 39 | D6 | 2E | 1D |
| Octal | 50 | 106 | 155 | 77 | 44 | 0 | 71 | 326 | 56 | 35 |
| Binary | 101000 | 1000110 | 1101101 | 111111 | 100100 | 0 | 111001 | 11010110 | 101110 | 11101 |
Color Harmonies of #28466D
Complementary color
Monochromatic Colors of #28466D
Black with #28466D
Text Example
Text Example
White with #28466D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28466D; }
p { color: rgb(40,70,109); }
H1.HeaderClassName
{
color: #28466D;
}
.AnyTagClassName
{
color: #28466D;
}
</style>
background-color css
<style>
a { background-color: #28466D; }
a { background-color: rgb(40,70,109); }
div.DivClassName
{
background-color: #28466D;
}
.BgClassName
{
background-color: #28466D;
}
</style>
border-color css
<style>
span { border-color: #28466D; }
span { border-color: rgb(40,70,109); }
td.TdClassName
{
border-color: #28466D;
}
.TagClassName
{
border-color: #28466D;
}
</style>