Shades of Resolution Blue #283E7D
Tints of Resolution Blue #283E7D
RGB
CMYK
RGB Variations
Color information
#283E7D (or 0x283E7D) is known color: Resolution Blue. HEX triplet: 28, 3E and 7D. RGB value is (40,62,125). Sum of RGB (Red+Green+Blue) = 40+62+125=227 (30% of max value = 765). Red value is 40 (16.02% from 255 or 17.62% from 227); Green value is 62 (24.61% from 255 or 27.31% from 227); Blue value is 125 (49.22% from 255 or 55.07% from 227); Max value from RGB is 125 - color contains mainly: blue. Hex color #283E7D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #283E7D is #D7C182. Grayscale: #3E3E3E. Windows color (decimal): -14139779 or 8207912. OLE color: 8207912.
HSL color Cylindrical-coordinate representation of color #283E7D: hue angle of 224.47º degrees, saturation: 0.52, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #283E7D is Cyan = 0.68, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 40 | 62 | 125 | - |
| CMYK | 0.68 | 0.50 | 0 | 0.51 |
| HSL | 224.47º | 0.52% | 0.32% | - |
| HSV(B) | 224.47º | 0.68% | 0.49% | - |
| XYZ | 6.3 | 5.38 | 20.11 | - |
| YUV | 62.6 | 163.21 | 111.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 62 | 125 | 0.68 | 0.50 | 0 | 0.51 | 224.47 | 0.52 | 0.32 |
| Hex | 28 | 3E | 7D | 44 | 32 | 0 | 33 | E0 | 34 | 20 |
| Octal | 50 | 76 | 175 | 104 | 62 | 0 | 63 | 340 | 64 | 40 |
| Binary | 101000 | 111110 | 1111101 | 1000100 | 110010 | 0 | 110011 | 11100000 | 110100 | 100000 |
Color Harmonies of #283E7D
Complementary color
Monochromatic Colors of #283E7D
Black with #283E7D
Text Example
Text Example
White with #283E7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #283E7D; }
p { color: rgb(40,62,125); }
H1.HeaderClassName
{
color: #283E7D;
}
.AnyTagClassName
{
color: #283E7D;
}
</style>
background-color css
<style>
a { background-color: #283E7D; }
a { background-color: rgb(40,62,125); }
div.DivClassName
{
background-color: #283E7D;
}
.BgClassName
{
background-color: #283E7D;
}
</style>
border-color css
<style>
span { border-color: #283E7D; }
span { border-color: rgb(40,62,125); }
td.TdClassName
{
border-color: #283E7D;
}
.TagClassName
{
border-color: #283E7D;
}
</style>