Shades of Catalina Blue #284066
Tints of Catalina Blue #284066
RGB
CMYK
RGB Variations
Color information
#284066 (or 0x284066) is known color: Catalina Blue. HEX triplet: 28, 40 and 66. RGB value is (40,64,102). Sum of RGB (Red+Green+Blue) = 40+64+102=206 (27% of max value = 765). Red value is 40 (16.02% from 255 or 19.42% from 206); Green value is 64 (25.39% from 255 or 31.07% from 206); Blue value is 102 (40.23% from 255 or 49.51% from 206); Max value from RGB is 102 - color contains mainly: blue. Hex color #284066 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #284066 is #D7BF99. Grayscale: #3C3C3C. Windows color (decimal): -14139290 or 6701096. OLE color: 6701096.
HSL color Cylindrical-coordinate representation of color #284066: hue angle of 216.77º degrees, saturation: 0.44, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #284066 is Cyan = 0.61, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 40 | 64 | 102 | - |
| CMYK | 0.61 | 0.37 | 0 | 0.6 |
| HSL | 216.77º | 0.44% | 0.28% | - |
| HSV(B) | 216.77º | 0.61% | 0.4% | - |
| XYZ | 5.11 | 5.08 | 13.28 | - |
| YUV | 61.16 | 151.05 | 112.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 64 | 102 | 0.61 | 0.37 | 0 | 0.6 | 216.77 | 0.44 | 0.28 |
| Hex | 28 | 40 | 66 | 3D | 25 | 0 | 3C | D9 | 2C | 1C |
| Octal | 50 | 100 | 146 | 75 | 45 | 0 | 74 | 331 | 54 | 34 |
| Binary | 101000 | 1000000 | 1100110 | 111101 | 100101 | 0 | 111100 | 11011001 | 101100 | 11100 |
Color Harmonies of #284066
Complementary color
Monochromatic Colors of #284066
Black with #284066
Text Example
Text Example
White with #284066
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #284066; }
p { color: rgb(40,64,102); }
H1.HeaderClassName
{
color: #284066;
}
.AnyTagClassName
{
color: #284066;
}
</style>
background-color css
<style>
a { background-color: #284066; }
a { background-color: rgb(40,64,102); }
div.DivClassName
{
background-color: #284066;
}
.BgClassName
{
background-color: #284066;
}
</style>
border-color css
<style>
span { border-color: #284066; }
span { border-color: rgb(40,64,102); }
td.TdClassName
{
border-color: #284066;
}
.TagClassName
{
border-color: #284066;
}
</style>