Shades of Catalina Blue #283C5A
Tints of Catalina Blue #283C5A
RGB
CMYK
RGB Variations
Color information
#283C5A (or 0x283C5A) is known color: Catalina Blue. HEX triplet: 28, 3C and 5A. RGB value is (40,60,90). Sum of RGB (Red+Green+Blue) = 40+60+90=190 (25% of max value = 765). Red value is 40 (16.02% from 255 or 21.05% from 190); Green value is 60 (23.83% from 255 or 31.58% from 190); Blue value is 90 (35.55% from 255 or 47.37% from 190); Max value from RGB is 90 - color contains mainly: blue. Hex color #283C5A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #283C5A is #D7C3A5. Grayscale: #393939. Windows color (decimal): -14140326 or 5913640. OLE color: 5913640.
HSL color Cylindrical-coordinate representation of color #283C5A: hue angle of 216º degrees, saturation: 0.38, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #283C5A is Cyan = 0.56, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 40 | 60 | 90 | - |
| CMYK | 0.56 | 0.33 | 0 | 0.65 |
| HSL | 216º | 0.38% | 0.25% | - |
| HSV(B) | 216º | 0.56% | 0.35% | - |
| XYZ | 4.34 | 4.42 | 10.3 | - |
| YUV | 57.44 | 146.37 | 115.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 60 | 90 | 0.56 | 0.33 | 0 | 0.65 | 216 | 0.38 | 0.25 |
| Hex | 28 | 3C | 5A | 38 | 21 | 0 | 41 | D8 | 26 | 19 |
| Octal | 50 | 74 | 132 | 70 | 41 | 0 | 101 | 330 | 46 | 31 |
| Binary | 101000 | 111100 | 1011010 | 111000 | 100001 | 0 | 1000001 | 11011000 | 100110 | 11001 |
Color Harmonies of #283C5A
Complementary color
Monochromatic Colors of #283C5A
Black with #283C5A
Text Example
Text Example
White with #283C5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #283C5A; }
p { color: rgb(40,60,90); }
H1.HeaderClassName
{
color: #283C5A;
}
.AnyTagClassName
{
color: #283C5A;
}
</style>
background-color css
<style>
a { background-color: #283C5A; }
a { background-color: rgb(40,60,90); }
div.DivClassName
{
background-color: #283C5A;
}
.BgClassName
{
background-color: #283C5A;
}
</style>
border-color css
<style>
span { border-color: #283C5A; }
span { border-color: rgb(40,60,90); }
td.TdClassName
{
border-color: #283C5A;
}
.TagClassName
{
border-color: #283C5A;
}
</style>