Shades of Catalina Blue #28466B
Tints of Catalina Blue #28466B
RGB
CMYK
RGB Variations
Color information
#28466B (or 0x28466B) is known color: Catalina Blue. HEX triplet: 28, 46 and 6B. RGB value is (40,70,107). Sum of RGB (Red+Green+Blue) = 40+70+107=217 (28% of max value = 765). Red value is 40 (16.02% from 255 or 18.43% from 217); Green value is 70 (27.73% from 255 or 32.26% from 217); Blue value is 107 (42.19% from 255 or 49.31% from 217); Max value from RGB is 107 - color contains mainly: blue. Hex color #28466B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #28466B is #D7B994. Grayscale: #414141. Windows color (decimal): -14137749 or 7030312. OLE color: 7030312.
HSL color Cylindrical-coordinate representation of color #28466B: hue angle of 213.13º 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 #28466B is Cyan = 0.63, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 40 | 70 | 107 | - |
| CMYK | 0.63 | 0.35 | 0 | 0.58 |
| HSL | 213.13º | 0.46% | 0.29% | - |
| HSV(B) | 213.13º | 0.63% | 0.42% | - |
| XYZ | 5.72 | 5.89 | 14.75 | - |
| YUV | 65.25 | 151.56 | 109.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 70 | 107 | 0.63 | 0.35 | 0 | 0.58 | 213.13 | 0.46 | 0.29 |
| Hex | 28 | 46 | 6B | 3F | 23 | 0 | 3A | D5 | 2E | 1D |
| Octal | 50 | 106 | 153 | 77 | 43 | 0 | 72 | 325 | 56 | 35 |
| Binary | 101000 | 1000110 | 1101011 | 111111 | 100011 | 0 | 111010 | 11010101 | 101110 | 11101 |
Color Harmonies of #28466B
Complementary color
Monochromatic Colors of #28466B
Black with #28466B
Text Example
Text Example
White with #28466B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28466B; }
p { color: rgb(40,70,107); }
H1.HeaderClassName
{
color: #28466B;
}
.AnyTagClassName
{
color: #28466B;
}
</style>
background-color css
<style>
a { background-color: #28466B; }
a { background-color: rgb(40,70,107); }
div.DivClassName
{
background-color: #28466B;
}
.BgClassName
{
background-color: #28466B;
}
</style>
border-color css
<style>
span { border-color: #28466B; }
span { border-color: rgb(40,70,107); }
td.TdClassName
{
border-color: #28466B;
}
.TagClassName
{
border-color: #28466B;
}
</style>