Shades of Resolution Blue #283982
Tints of Resolution Blue #283982
RGB
CMYK
RGB Variations
Color information
#283982 (or 0x283982) is known color: Resolution Blue. HEX triplet: 28, 39 and 82. RGB value is (40,57,130). Sum of RGB (Red+Green+Blue) = 40+57+130=227 (30% of max value = 765). Red value is 40 (16.02% from 255 or 17.62% from 227); Green value is 57 (22.66% from 255 or 25.11% from 227); Blue value is 130 (51.17% from 255 or 57.27% from 227); Max value from RGB is 130 - color contains mainly: blue. Hex color #283982 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #283982 is #D7C67D. Grayscale: #3B3B3B. Windows color (decimal): -14141054 or 8534312. OLE color: 8534312.
HSL color Cylindrical-coordinate representation of color #283982: hue angle of 228.67º degrees, saturation: 0.53, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #283982 is Cyan = 0.69, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 40 | 57 | 130 | - |
| CMYK | 0.69 | 0.56 | 0 | 0.49 |
| HSL | 228.67º | 0.53% | 0.33% | - |
| HSV(B) | 228.67º | 0.69% | 0.51% | - |
| XYZ | 6.37 | 4.99 | 21.75 | - |
| YUV | 60.24 | 167.37 | 113.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 57 | 130 | 0.69 | 0.56 | 0 | 0.49 | 228.67 | 0.53 | 0.33 |
| Hex | 28 | 39 | 82 | 45 | 38 | 0 | 31 | E5 | 35 | 21 |
| Octal | 50 | 71 | 202 | 105 | 70 | 0 | 61 | 345 | 65 | 41 |
| Binary | 101000 | 111001 | 10000010 | 1000101 | 111000 | 0 | 110001 | 11100101 | 110101 | 100001 |
Color Harmonies of #283982
Complementary color
Monochromatic Colors of #283982
Black with #283982
Text Example
Text Example
White with #283982
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #283982; }
p { color: rgb(40,57,130); }
H1.HeaderClassName
{
color: #283982;
}
.AnyTagClassName
{
color: #283982;
}
</style>
background-color css
<style>
a { background-color: #283982; }
a { background-color: rgb(40,57,130); }
div.DivClassName
{
background-color: #283982;
}
.BgClassName
{
background-color: #283982;
}
</style>
border-color css
<style>
span { border-color: #283982; }
span { border-color: rgb(40,57,130); }
td.TdClassName
{
border-color: #283982;
}
.TagClassName
{
border-color: #283982;
}
</style>