Shades of Catalina Blue #283D59
Tints of Catalina Blue #283D59
RGB
CMYK
RGB Variations
Color information
#283D59 (or 0x283D59) is known color: Catalina Blue. HEX triplet: 28, 3D and 59. RGB value is (40,61,89). Sum of RGB (Red+Green+Blue) = 40+61+89=190 (25% of max value = 765). Red value is 40 (16.02% from 255 or 21.05% from 190); Green value is 61 (24.22% from 255 or 32.11% from 190); Blue value is 89 (35.16% from 255 or 46.84% from 190); Max value from RGB is 89 - color contains mainly: blue. Hex color #283D59 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #283D59 is #D7C2A6. Grayscale: #393939. Windows color (decimal): -14140071 or 5848360. OLE color: 5848360.
HSL color Cylindrical-coordinate representation of color #283D59: hue angle of 214.29º 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 #283D59 is Cyan = 0.55, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 40 | 61 | 89 | - |
| CMYK | 0.55 | 0.31 | 0 | 0.65 |
| HSL | 214.29º | 0.38% | 0.25% | - |
| HSV(B) | 214.29º | 0.55% | 0.35% | - |
| XYZ | 4.35 | 4.51 | 10.09 | - |
| YUV | 57.91 | 145.54 | 115.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 61 | 89 | 0.55 | 0.31 | 0 | 0.65 | 214.29 | 0.38 | 0.25 |
| Hex | 28 | 3D | 59 | 37 | 1F | 0 | 41 | D6 | 26 | 19 |
| Octal | 50 | 75 | 131 | 67 | 37 | 0 | 101 | 326 | 46 | 31 |
| Binary | 101000 | 111101 | 1011001 | 110111 | 11111 | 0 | 1000001 | 11010110 | 100110 | 11001 |
Color Harmonies of #283D59
Complementary color
Monochromatic Colors of #283D59
Black with #283D59
Text Example
Text Example
White with #283D59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #283D59; }
p { color: rgb(40,61,89); }
H1.HeaderClassName
{
color: #283D59;
}
.AnyTagClassName
{
color: #283D59;
}
</style>
background-color css
<style>
a { background-color: #283D59; }
a { background-color: rgb(40,61,89); }
div.DivClassName
{
background-color: #283D59;
}
.BgClassName
{
background-color: #283D59;
}
</style>
border-color css
<style>
span { border-color: #283D59; }
span { border-color: rgb(40,61,89); }
td.TdClassName
{
border-color: #283D59;
}
.TagClassName
{
border-color: #283D59;
}
</style>