Shades of Catalina Blue #283C66
Tints of Catalina Blue #283C66
RGB
CMYK
RGB Variations
Color information
#283C66 (or 0x283C66) is known color: Catalina Blue. HEX triplet: 28, 3C and 66. RGB value is (40,60,102). Sum of RGB (Red+Green+Blue) = 40+60+102=202 (26% of max value = 765). Red value is 40 (16.02% from 255 or 19.80% from 202); Green value is 60 (23.83% from 255 or 29.70% from 202); Blue value is 102 (40.23% from 255 or 50.50% from 202); Max value from RGB is 102 - color contains mainly: blue. Hex color #283C66 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #283C66 is #D7C399. Grayscale: #3A3A3A. Windows color (decimal): -14140314 or 6700072. OLE color: 6700072.
HSL color Cylindrical-coordinate representation of color #283C66: hue angle of 220.65º 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 #283C66 is Cyan = 0.61, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 40 | 60 | 102 | - |
| CMYK | 0.61 | 0.41 | 0 | 0.6 |
| HSL | 220.65º | 0.44% | 0.28% | - |
| HSV(B) | 220.65º | 0.61% | 0.4% | - |
| XYZ | 4.89 | 4.64 | 13.21 | - |
| YUV | 58.81 | 152.37 | 114.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 60 | 102 | 0.61 | 0.41 | 0 | 0.6 | 220.65 | 0.44 | 0.28 |
| Hex | 28 | 3C | 66 | 3D | 29 | 0 | 3C | DD | 2C | 1C |
| Octal | 50 | 74 | 146 | 75 | 51 | 0 | 74 | 335 | 54 | 34 |
| Binary | 101000 | 111100 | 1100110 | 111101 | 101001 | 0 | 111100 | 11011101 | 101100 | 11100 |
Color Harmonies of #283C66
Complementary color
Monochromatic Colors of #283C66
Black with #283C66
Text Example
Text Example
White with #283C66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #283C66; }
p { color: rgb(40,60,102); }
H1.HeaderClassName
{
color: #283C66;
}
.AnyTagClassName
{
color: #283C66;
}
</style>
background-color css
<style>
a { background-color: #283C66; }
a { background-color: rgb(40,60,102); }
div.DivClassName
{
background-color: #283C66;
}
.BgClassName
{
background-color: #283C66;
}
</style>
border-color css
<style>
span { border-color: #283C66; }
span { border-color: rgb(40,60,102); }
td.TdClassName
{
border-color: #283C66;
}
.TagClassName
{
border-color: #283C66;
}
</style>