Shades of Catalina Blue #28476C
Tints of Catalina Blue #28476C
RGB
CMYK
RGB Variations
Color information
#28476C (or 0x28476C) is known color: Catalina Blue. HEX triplet: 28, 47 and 6C. RGB value is (40,71,108). Sum of RGB (Red+Green+Blue) = 40+71+108=219 (29% of max value = 765). Red value is 40 (16.02% from 255 or 18.26% from 219); Green value is 71 (28.12% from 255 or 32.42% from 219); Blue value is 108 (42.58% from 255 or 49.32% from 219); Max value from RGB is 108 - color contains mainly: blue. Hex color #28476C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #28476C is #D7B893. Grayscale: #414141. Windows color (decimal): -14137492 or 7096104. OLE color: 7096104.
HSL color Cylindrical-coordinate representation of color #28476C: hue angle of 212.65º 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 #28476C is Cyan = 0.63, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 40 | 71 | 108 | - |
| CMYK | 0.63 | 0.34 | 0 | 0.58 |
| HSL | 212.65º | 0.46% | 0.29% | - |
| HSV(B) | 212.65º | 0.63% | 0.42% | - |
| XYZ | 5.84 | 6.04 | 15.05 | - |
| YUV | 65.95 | 151.73 | 109.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 71 | 108 | 0.63 | 0.34 | 0 | 0.58 | 212.65 | 0.46 | 0.29 |
| Hex | 28 | 47 | 6C | 3F | 22 | 0 | 3A | D5 | 2E | 1D |
| Octal | 50 | 107 | 154 | 77 | 42 | 0 | 72 | 325 | 56 | 35 |
| Binary | 101000 | 1000111 | 1101100 | 111111 | 100010 | 0 | 111010 | 11010101 | 101110 | 11101 |
Color Harmonies of #28476C
Complementary color
Monochromatic Colors of #28476C
Black with #28476C
Text Example
Text Example
White with #28476C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28476C; }
p { color: rgb(40,71,108); }
H1.HeaderClassName
{
color: #28476C;
}
.AnyTagClassName
{
color: #28476C;
}
</style>
background-color css
<style>
a { background-color: #28476C; }
a { background-color: rgb(40,71,108); }
div.DivClassName
{
background-color: #28476C;
}
.BgClassName
{
background-color: #28476C;
}
</style>
border-color css
<style>
span { border-color: #28476C; }
span { border-color: rgb(40,71,108); }
td.TdClassName
{
border-color: #28476C;
}
.TagClassName
{
border-color: #28476C;
}
</style>