Shades of Catalina Blue #283C58
Tints of Catalina Blue #283C58
RGB
CMYK
RGB Variations
Color information
#283C58 (or 0x283C58) is known color: Catalina Blue. HEX triplet: 28, 3C and 58. RGB value is (40,60,88). Sum of RGB (Red+Green+Blue) = 40+60+88=188 (24% of max value = 765). Red value is 40 (16.02% from 255 or 21.28% from 188); Green value is 60 (23.83% from 255 or 31.91% from 188); Blue value is 88 (34.77% from 255 or 46.81% from 188); Max value from RGB is 88 - color contains mainly: blue. Hex color #283C58 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #283C58 is #D7C3A7. Grayscale: #393939. Windows color (decimal): -14140328 or 5782568. OLE color: 5782568.
HSL color Cylindrical-coordinate representation of color #283C58: hue angle of 215º degrees, saturation: 0.38, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #283C58 is Cyan = 0.55, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 40 | 60 | 88 | - |
| CMYK | 0.55 | 0.32 | 0 | 0.65 |
| HSL | 215º | 0.38% | 0.25% | - |
| HSV(B) | 215º | 0.55% | 0.35% | - |
| XYZ | 4.25 | 4.39 | 9.86 | - |
| YUV | 57.21 | 145.37 | 115.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 60 | 88 | 0.55 | 0.32 | 0 | 0.65 | 215 | 0.38 | 0.25 |
| Hex | 28 | 3C | 58 | 37 | 20 | 0 | 41 | D7 | 26 | 19 |
| Octal | 50 | 74 | 130 | 67 | 40 | 0 | 101 | 327 | 46 | 31 |
| Binary | 101000 | 111100 | 1011000 | 110111 | 100000 | 0 | 1000001 | 11010111 | 100110 | 11001 |
Color Harmonies of #283C58
Complementary color
Monochromatic Colors of #283C58
Black with #283C58
Text Example
Text Example
White with #283C58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #283C58; }
p { color: rgb(40,60,88); }
H1.HeaderClassName
{
color: #283C58;
}
.AnyTagClassName
{
color: #283C58;
}
</style>
background-color css
<style>
a { background-color: #283C58; }
a { background-color: rgb(40,60,88); }
div.DivClassName
{
background-color: #283C58;
}
.BgClassName
{
background-color: #283C58;
}
</style>
border-color css
<style>
span { border-color: #283C58; }
span { border-color: rgb(40,60,88); }
td.TdClassName
{
border-color: #283C58;
}
.TagClassName
{
border-color: #283C58;
}
</style>