Shades of Resolution Blue #283E6D
Tints of Resolution Blue #283E6D
RGB
CMYK
RGB Variations
Color information
#283E6D (or 0x283E6D) is known color: Resolution Blue. HEX triplet: 28, 3E and 6D. RGB value is (40,62,109). Sum of RGB (Red+Green+Blue) = 40+62+109=211 (27% of max value = 765). Red value is 40 (16.02% from 255 or 18.96% from 211); Green value is 62 (24.61% from 255 or 29.38% from 211); Blue value is 109 (42.97% from 255 or 51.66% from 211); Max value from RGB is 109 - color contains mainly: blue. Hex color #283E6D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #283E6D is #D7C192. Grayscale: #3C3C3C. Windows color (decimal): -14139795 or 7159336. OLE color: 7159336.
HSL color Cylindrical-coordinate representation of color #283E6D: hue angle of 220.87º degrees, saturation: 0.46, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #283E6D is Cyan = 0.63, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 40 | 62 | 109 | - |
| CMYK | 0.63 | 0.43 | 0 | 0.57 |
| HSL | 220.87º | 0.46% | 0.29% | - |
| HSV(B) | 220.87º | 0.63% | 0.43% | - |
| XYZ | 5.36 | 5 | 15.15 | - |
| YUV | 60.78 | 155.21 | 113.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 62 | 109 | 0.63 | 0.43 | 0 | 0.57 | 220.87 | 0.46 | 0.29 |
| Hex | 28 | 3E | 6D | 3F | 2B | 0 | 39 | DD | 2E | 1D |
| Octal | 50 | 76 | 155 | 77 | 53 | 0 | 71 | 335 | 56 | 35 |
| Binary | 101000 | 111110 | 1101101 | 111111 | 101011 | 0 | 111001 | 11011101 | 101110 | 11101 |
Color Harmonies of #283E6D
Complementary color
Monochromatic Colors of #283E6D
Black with #283E6D
Text Example
Text Example
White with #283E6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #283E6D; }
p { color: rgb(40,62,109); }
H1.HeaderClassName
{
color: #283E6D;
}
.AnyTagClassName
{
color: #283E6D;
}
</style>
background-color css
<style>
a { background-color: #283E6D; }
a { background-color: rgb(40,62,109); }
div.DivClassName
{
background-color: #283E6D;
}
.BgClassName
{
background-color: #283E6D;
}
</style>
border-color css
<style>
span { border-color: #283E6D; }
span { border-color: rgb(40,62,109); }
td.TdClassName
{
border-color: #283E6D;
}
.TagClassName
{
border-color: #283E6D;
}
</style>