Shades of Catalina Blue #283D5E
Tints of Catalina Blue #283D5E
RGB
CMYK
RGB Variations
Color information
#283D5E (or 0x283D5E) is known color: Catalina Blue. HEX triplet: 28, 3D and 5E. RGB value is (40,61,94). Sum of RGB (Red+Green+Blue) = 40+61+94=195 (25% of max value = 765). Red value is 40 (16.02% from 255 or 20.51% from 195); Green value is 61 (24.22% from 255 or 31.28% from 195); Blue value is 94 (37.11% from 255 or 48.21% from 195); Max value from RGB is 94 - color contains mainly: blue. Hex color #283D5E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #283D5E is #D7C2A1. Grayscale: #3A3A3A. Windows color (decimal): -14140066 or 6176040. OLE color: 6176040.
HSL color Cylindrical-coordinate representation of color #283D5E: hue angle of 216.67º 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 #283D5E is Cyan = 0.57, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 40 | 61 | 94 | - |
| CMYK | 0.57 | 0.35 | 0 | 0.63 |
| HSL | 216.67º | 0.4% | 0.26% | - |
| HSV(B) | 216.67º | 0.57% | 0.37% | - |
| XYZ | 4.56 | 4.6 | 11.24 | - |
| YUV | 58.48 | 148.04 | 114.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 61 | 94 | 0.57 | 0.35 | 0 | 0.63 | 216.67 | 0.4 | 0.26 |
| Hex | 28 | 3D | 5E | 39 | 23 | 0 | 3F | D9 | 28 | 1A |
| Octal | 50 | 75 | 136 | 71 | 43 | 0 | 77 | 331 | 50 | 32 |
| Binary | 101000 | 111101 | 1011110 | 111001 | 100011 | 0 | 111111 | 11011001 | 101000 | 11010 |
Color Harmonies of #283D5E
Complementary color
Monochromatic Colors of #283D5E
Black with #283D5E
Text Example
Text Example
White with #283D5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #283D5E; }
p { color: rgb(40,61,94); }
H1.HeaderClassName
{
color: #283D5E;
}
.AnyTagClassName
{
color: #283D5E;
}
</style>
background-color css
<style>
a { background-color: #283D5E; }
a { background-color: rgb(40,61,94); }
div.DivClassName
{
background-color: #283D5E;
}
.BgClassName
{
background-color: #283D5E;
}
</style>
border-color css
<style>
span { border-color: #283D5E; }
span { border-color: rgb(40,61,94); }
td.TdClassName
{
border-color: #283D5E;
}
.TagClassName
{
border-color: #283D5E;
}
</style>