Shades of Resolution Blue #283E6E
Tints of Resolution Blue #283E6E
RGB
CMYK
RGB Variations
Color information
#283E6E (or 0x283E6E) is known color: Resolution Blue. HEX triplet: 28, 3E and 6E. RGB value is (40,62,110). Sum of RGB (Red+Green+Blue) = 40+62+110=212 (28% of max value = 765). Red value is 40 (16.02% from 255 or 18.87% from 212); Green value is 62 (24.61% from 255 or 29.25% from 212); Blue value is 110 (43.36% from 255 or 51.89% from 212); Max value from RGB is 110 - color contains mainly: blue. Hex color #283E6E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #283E6E is #D7C191. Grayscale: #3C3C3C. Windows color (decimal): -14139794 or 7224872. OLE color: 7224872.
HSL color Cylindrical-coordinate representation of color #283E6E: hue angle of 221.14º degrees, saturation: 0.47, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #283E6E is Cyan = 0.64, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 40 | 62 | 110 | - |
| CMYK | 0.64 | 0.44 | 0 | 0.57 |
| HSL | 221.14º | 0.47% | 0.29% | - |
| HSV(B) | 221.14º | 0.64% | 0.43% | - |
| XYZ | 5.41 | 5.02 | 15.44 | - |
| YUV | 60.89 | 155.71 | 113.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 62 | 110 | 0.64 | 0.44 | 0 | 0.57 | 221.14 | 0.47 | 0.29 |
| Hex | 28 | 3E | 6E | 40 | 2C | 0 | 39 | DD | 2F | 1D |
| Octal | 50 | 76 | 156 | 100 | 54 | 0 | 71 | 335 | 57 | 35 |
| Binary | 101000 | 111110 | 1101110 | 1000000 | 101100 | 0 | 111001 | 11011101 | 101111 | 11101 |
Color Harmonies of #283E6E
Complementary color
Monochromatic Colors of #283E6E
Black with #283E6E
Text Example
Text Example
White with #283E6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #283E6E; }
p { color: rgb(40,62,110); }
H1.HeaderClassName
{
color: #283E6E;
}
.AnyTagClassName
{
color: #283E6E;
}
</style>
background-color css
<style>
a { background-color: #283E6E; }
a { background-color: rgb(40,62,110); }
div.DivClassName
{
background-color: #283E6E;
}
.BgClassName
{
background-color: #283E6E;
}
</style>
border-color css
<style>
span { border-color: #283E6E; }
span { border-color: rgb(40,62,110); }
td.TdClassName
{
border-color: #283E6E;
}
.TagClassName
{
border-color: #283E6E;
}
</style>