Shades of Resolution Blue #283E83
Tints of Resolution Blue #283E83
RGB
CMYK
RGB Variations
Color information
#283E83 (or 0x283E83) is known color: Resolution Blue. HEX triplet: 28, 3E and 83. RGB value is (40,62,131). Sum of RGB (Red+Green+Blue) = 40+62+131=233 (30% of max value = 765). Red value is 40 (16.02% from 255 or 17.17% from 233); Green value is 62 (24.61% from 255 or 26.61% from 233); Blue value is 131 (51.56% from 255 or 56.22% from 233); Max value from RGB is 131 - color contains mainly: blue. Hex color #283E83 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #283E83 is #D7C17C. Grayscale: #3E3E3E. Windows color (decimal): -14139773 or 8601128. OLE color: 8601128.
HSL color Cylindrical-coordinate representation of color #283E83: hue angle of 225.49º degrees, saturation: 0.53, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #283E83 is Cyan = 0.69, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 40 | 62 | 131 | - |
| CMYK | 0.69 | 0.53 | 0 | 0.49 |
| HSL | 225.49º | 0.53% | 0.34% | - |
| HSV(B) | 225.49º | 0.69% | 0.51% | - |
| XYZ | 6.69 | 5.54 | 22.19 | - |
| YUV | 63.29 | 166.21 | 111.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 62 | 131 | 0.69 | 0.53 | 0 | 0.49 | 225.49 | 0.53 | 0.34 |
| Hex | 28 | 3E | 83 | 45 | 35 | 0 | 31 | E1 | 35 | 22 |
| Octal | 50 | 76 | 203 | 105 | 65 | 0 | 61 | 341 | 65 | 42 |
| Binary | 101000 | 111110 | 10000011 | 1000101 | 110101 | 0 | 110001 | 11100001 | 110101 | 100010 |
Color Harmonies of #283E83
Complementary color
Monochromatic Colors of #283E83
Black with #283E83
Text Example
Text Example
White with #283E83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #283E83; }
p { color: rgb(40,62,131); }
H1.HeaderClassName
{
color: #283E83;
}
.AnyTagClassName
{
color: #283E83;
}
</style>
background-color css
<style>
a { background-color: #283E83; }
a { background-color: rgb(40,62,131); }
div.DivClassName
{
background-color: #283E83;
}
.BgClassName
{
background-color: #283E83;
}
</style>
border-color css
<style>
span { border-color: #283E83; }
span { border-color: rgb(40,62,131); }
td.TdClassName
{
border-color: #283E83;
}
.TagClassName
{
border-color: #283E83;
}
</style>