Shades of Catalina Blue #283C5E
Tints of Catalina Blue #283C5E
RGB
CMYK
RGB Variations
Color information
#283C5E (or 0x283C5E) is known color: Catalina Blue. HEX triplet: 28, 3C and 5E. RGB value is (40,60,94). Sum of RGB (Red+Green+Blue) = 40+60+94=194 (25% of max value = 765). Red value is 40 (16.02% from 255 or 20.62% from 194); Green value is 60 (23.83% from 255 or 30.93% from 194); Blue value is 94 (37.11% from 255 or 48.45% from 194); Max value from RGB is 94 - color contains mainly: blue. Hex color #283C5E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #283C5E is #D7C3A1. Grayscale: #393939. Windows color (decimal): -14140322 or 6175784. OLE color: 6175784.
HSL color Cylindrical-coordinate representation of color #283C5E: hue angle of 217.78º degrees, saturation: 0.4, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #283C5E is Cyan = 0.57, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 40 | 60 | 94 | - |
| CMYK | 0.57 | 0.36 | 0 | 0.63 |
| HSL | 217.78º | 0.4% | 0.26% | - |
| HSV(B) | 217.78º | 0.57% | 0.37% | - |
| XYZ | 4.51 | 4.49 | 11.22 | - |
| YUV | 57.9 | 148.37 | 115.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 60 | 94 | 0.57 | 0.36 | 0 | 0.63 | 217.78 | 0.4 | 0.26 |
| Hex | 28 | 3C | 5E | 39 | 24 | 0 | 3F | DA | 28 | 1A |
| Octal | 50 | 74 | 136 | 71 | 44 | 0 | 77 | 332 | 50 | 32 |
| Binary | 101000 | 111100 | 1011110 | 111001 | 100100 | 0 | 111111 | 11011010 | 101000 | 11010 |
Color Harmonies of #283C5E
Complementary color
Monochromatic Colors of #283C5E
Black with #283C5E
Text Example
Text Example
White with #283C5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #283C5E; }
p { color: rgb(40,60,94); }
H1.HeaderClassName
{
color: #283C5E;
}
.AnyTagClassName
{
color: #283C5E;
}
</style>
background-color css
<style>
a { background-color: #283C5E; }
a { background-color: rgb(40,60,94); }
div.DivClassName
{
background-color: #283C5E;
}
.BgClassName
{
background-color: #283C5E;
}
</style>
border-color css
<style>
span { border-color: #283C5E; }
span { border-color: rgb(40,60,94); }
td.TdClassName
{
border-color: #283C5E;
}
.TagClassName
{
border-color: #283C5E;
}
</style>