Shades of Resolution Blue #283E82
Tints of Resolution Blue #283E82
RGB
CMYK
RGB Variations
Color information
#283E82 (or 0x283E82) is known color: Resolution Blue. HEX triplet: 28, 3E and 82. RGB value is (40,62,130). Sum of RGB (Red+Green+Blue) = 40+62+130=232 (30% of max value = 765). Red value is 40 (16.02% from 255 or 17.24% from 232); Green value is 62 (24.61% from 255 or 26.72% from 232); Blue value is 130 (51.17% from 255 or 56.03% from 232); Max value from RGB is 130 - color contains mainly: blue. Hex color #283E82 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #283E82 is #D7C17D. Grayscale: #3E3E3E. Windows color (decimal): -14139774 or 8535592. OLE color: 8535592.
HSL color Cylindrical-coordinate representation of color #283E82: hue angle of 225.33º 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 #283E82 is Cyan = 0.69, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 40 | 62 | 130 | - |
| CMYK | 0.69 | 0.52 | 0 | 0.49 |
| HSL | 225.33º | 0.53% | 0.33% | - |
| HSV(B) | 225.33º | 0.69% | 0.51% | - |
| XYZ | 6.63 | 5.51 | 21.83 | - |
| YUV | 63.17 | 165.71 | 111.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 62 | 130 | 0.69 | 0.52 | 0 | 0.49 | 225.33 | 0.53 | 0.33 |
| Hex | 28 | 3E | 82 | 45 | 34 | 0 | 31 | E1 | 35 | 21 |
| Octal | 50 | 76 | 202 | 105 | 64 | 0 | 61 | 341 | 65 | 41 |
| Binary | 101000 | 111110 | 10000010 | 1000101 | 110100 | 0 | 110001 | 11100001 | 110101 | 100001 |
Color Harmonies of #283E82
Complementary color
Monochromatic Colors of #283E82
Black with #283E82
Text Example
Text Example
White with #283E82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #283E82; }
p { color: rgb(40,62,130); }
H1.HeaderClassName
{
color: #283E82;
}
.AnyTagClassName
{
color: #283E82;
}
</style>
background-color css
<style>
a { background-color: #283E82; }
a { background-color: rgb(40,62,130); }
div.DivClassName
{
background-color: #283E82;
}
.BgClassName
{
background-color: #283E82;
}
</style>
border-color css
<style>
span { border-color: #283E82; }
span { border-color: rgb(40,62,130); }
td.TdClassName
{
border-color: #283E82;
}
.TagClassName
{
border-color: #283E82;
}
</style>