Shades of Catalina Blue #28406B
Tints of Catalina Blue #28406B
RGB
CMYK
RGB Variations
Color information
#28406B (or 0x28406B) is known color: Catalina Blue. HEX triplet: 28, 40 and 6B. RGB value is (40,64,107). Sum of RGB (Red+Green+Blue) = 40+64+107=211 (27% of max value = 765). Red value is 40 (16.02% from 255 or 18.96% from 211); Green value is 64 (25.39% from 255 or 30.33% from 211); Blue value is 107 (42.19% from 255 or 50.71% from 211); Max value from RGB is 107 - color contains mainly: blue. Hex color #28406B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #28406B is #D7BF94. Grayscale: #3D3D3D. Windows color (decimal): -14139285 or 7028776. OLE color: 7028776.
HSL color Cylindrical-coordinate representation of color #28406B: hue angle of 218.51º 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 #28406B is Cyan = 0.63, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 40 | 64 | 107 | - |
| CMYK | 0.63 | 0.40 | 0 | 0.58 |
| HSL | 218.51º | 0.46% | 0.29% | - |
| HSV(B) | 218.51º | 0.63% | 0.42% | - |
| XYZ | 5.36 | 5.18 | 14.63 | - |
| YUV | 61.73 | 153.55 | 112.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 64 | 107 | 0.63 | 0.40 | 0 | 0.58 | 218.51 | 0.46 | 0.29 |
| Hex | 28 | 40 | 6B | 3F | 28 | 0 | 3A | DB | 2E | 1D |
| Octal | 50 | 100 | 153 | 77 | 50 | 0 | 72 | 333 | 56 | 35 |
| Binary | 101000 | 1000000 | 1101011 | 111111 | 101000 | 0 | 111010 | 11011011 | 101110 | 11101 |
Color Harmonies of #28406B
Complementary color
Monochromatic Colors of #28406B
Black with #28406B
Text Example
Text Example
White with #28406B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28406B; }
p { color: rgb(40,64,107); }
H1.HeaderClassName
{
color: #28406B;
}
.AnyTagClassName
{
color: #28406B;
}
</style>
background-color css
<style>
a { background-color: #28406B; }
a { background-color: rgb(40,64,107); }
div.DivClassName
{
background-color: #28406B;
}
.BgClassName
{
background-color: #28406B;
}
</style>
border-color css
<style>
span { border-color: #28406B; }
span { border-color: rgb(40,64,107); }
td.TdClassName
{
border-color: #28406B;
}
.TagClassName
{
border-color: #28406B;
}
</style>