Shades of Resolution Blue #283E79
Tints of Resolution Blue #283E79
RGB
CMYK
RGB Variations
Color information
#283E79 (or 0x283E79) is known color: Resolution Blue. HEX triplet: 28, 3E and 79. RGB value is (40,62,121). Sum of RGB (Red+Green+Blue) = 40+62+121=223 (29% of max value = 765). Red value is 40 (16.02% from 255 or 17.94% from 223); Green value is 62 (24.61% from 255 or 27.80% from 223); Blue value is 121 (47.66% from 255 or 54.26% from 223); Max value from RGB is 121 - color contains mainly: blue. Hex color #283E79 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #283E79 is #D7C186. Grayscale: #3D3D3D. Windows color (decimal): -14139783 or 7945768. OLE color: 7945768.
HSL color Cylindrical-coordinate representation of color #283E79: hue angle of 223.7º degrees, saturation: 0.5, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #283E79 is Cyan = 0.67, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 40 | 62 | 121 | - |
| CMYK | 0.67 | 0.49 | 0 | 0.53 |
| HSL | 223.7º | 0.5% | 0.32% | - |
| HSV(B) | 223.7º | 0.67% | 0.47% | - |
| XYZ | 6.05 | 5.28 | 18.79 | - |
| YUV | 62.15 | 161.21 | 112.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 62 | 121 | 0.67 | 0.49 | 0 | 0.53 | 223.7 | 0.5 | 0.32 |
| Hex | 28 | 3E | 79 | 43 | 31 | 0 | 35 | E0 | 32 | 20 |
| Octal | 50 | 76 | 171 | 103 | 61 | 0 | 65 | 340 | 62 | 40 |
| Binary | 101000 | 111110 | 1111001 | 1000011 | 110001 | 0 | 110101 | 11100000 | 110010 | 100000 |
Color Harmonies of #283E79
Complementary color
Monochromatic Colors of #283E79
Black with #283E79
Text Example
Text Example
White with #283E79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #283E79; }
p { color: rgb(40,62,121); }
H1.HeaderClassName
{
color: #283E79;
}
.AnyTagClassName
{
color: #283E79;
}
</style>
background-color css
<style>
a { background-color: #283E79; }
a { background-color: rgb(40,62,121); }
div.DivClassName
{
background-color: #283E79;
}
.BgClassName
{
background-color: #283E79;
}
</style>
border-color css
<style>
span { border-color: #283E79; }
span { border-color: rgb(40,62,121); }
td.TdClassName
{
border-color: #283E79;
}
.TagClassName
{
border-color: #283E79;
}
</style>