Shades of Resolution Blue #283E6F
Tints of Resolution Blue #283E6F
RGB
CMYK
RGB Variations
Color information
#283E6F (or 0x283E6F) is known color: Resolution Blue. HEX triplet: 28, 3E and 6F. RGB value is (40,62,111). Sum of RGB (Red+Green+Blue) = 40+62+111=213 (28% of max value = 765). Red value is 40 (16.02% from 255 or 18.78% from 213); Green value is 62 (24.61% from 255 or 29.11% from 213); Blue value is 111 (43.75% from 255 or 52.11% from 213); Max value from RGB is 111 - color contains mainly: blue. Hex color #283E6F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #283E6F is #D7C190. Grayscale: #3C3C3C. Windows color (decimal): -14139793 or 7290408. OLE color: 7290408.
HSL color Cylindrical-coordinate representation of color #283E6F: hue angle of 221.41º degrees, saturation: 0.47, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #283E6F is Cyan = 0.64, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 40 | 62 | 111 | - |
| CMYK | 0.64 | 0.44 | 0 | 0.56 |
| HSL | 221.41º | 0.47% | 0.3% | - |
| HSV(B) | 221.41º | 0.64% | 0.44% | - |
| XYZ | 5.47 | 5.04 | 15.72 | - |
| YUV | 61.01 | 156.21 | 113.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 62 | 111 | 0.64 | 0.44 | 0 | 0.56 | 221.41 | 0.47 | 0.3 |
| Hex | 28 | 3E | 6F | 40 | 2C | 0 | 38 | DD | 2F | 1E |
| Octal | 50 | 76 | 157 | 100 | 54 | 0 | 70 | 335 | 57 | 36 |
| Binary | 101000 | 111110 | 1101111 | 1000000 | 101100 | 0 | 111000 | 11011101 | 101111 | 11110 |
Color Harmonies of #283E6F
Complementary color
Monochromatic Colors of #283E6F
Black with #283E6F
Text Example
Text Example
White with #283E6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #283E6F; }
p { color: rgb(40,62,111); }
H1.HeaderClassName
{
color: #283E6F;
}
.AnyTagClassName
{
color: #283E6F;
}
</style>
background-color css
<style>
a { background-color: #283E6F; }
a { background-color: rgb(40,62,111); }
div.DivClassName
{
background-color: #283E6F;
}
.BgClassName
{
background-color: #283E6F;
}
</style>
border-color css
<style>
span { border-color: #283E6F; }
span { border-color: rgb(40,62,111); }
td.TdClassName
{
border-color: #283E6F;
}
.TagClassName
{
border-color: #283E6F;
}
</style>