Shades of Resolution Blue #283D82
Tints of Resolution Blue #283D82
RGB
CMYK
RGB Variations
Color information
#283D82 (or 0x283D82) is known color: Resolution Blue. HEX triplet: 28, 3D and 82. RGB value is (40,61,130). Sum of RGB (Red+Green+Blue) = 40+61+130=231 (30% of max value = 765). Red value is 40 (16.02% from 255 or 17.32% from 231); Green value is 61 (24.22% from 255 or 26.41% from 231); Blue value is 130 (51.17% from 255 or 56.28% from 231); Max value from RGB is 130 - color contains mainly: blue. Hex color #283D82 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #283D82 is #D7C27D. Grayscale: #3E3E3E. Windows color (decimal): -14140030 or 8535336. OLE color: 8535336.
HSL color Cylindrical-coordinate representation of color #283D82: hue angle of 226º 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 #283D82 is Cyan = 0.69, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 40 | 61 | 130 | - |
| CMYK | 0.69 | 0.53 | 0 | 0.49 |
| HSL | 226º | 0.53% | 0.33% | - |
| HSV(B) | 226º | 0.69% | 0.51% | - |
| XYZ | 6.57 | 5.4 | 21.82 | - |
| YUV | 62.59 | 166.04 | 111.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 61 | 130 | 0.69 | 0.53 | 0 | 0.49 | 226 | 0.53 | 0.33 |
| Hex | 28 | 3D | 82 | 45 | 35 | 0 | 31 | E2 | 35 | 21 |
| Octal | 50 | 75 | 202 | 105 | 65 | 0 | 61 | 342 | 65 | 41 |
| Binary | 101000 | 111101 | 10000010 | 1000101 | 110101 | 0 | 110001 | 11100010 | 110101 | 100001 |
Color Harmonies of #283D82
Complementary color
Monochromatic Colors of #283D82
Black with #283D82
Text Example
Text Example
White with #283D82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #283D82; }
p { color: rgb(40,61,130); }
H1.HeaderClassName
{
color: #283D82;
}
.AnyTagClassName
{
color: #283D82;
}
</style>
background-color css
<style>
a { background-color: #283D82; }
a { background-color: rgb(40,61,130); }
div.DivClassName
{
background-color: #283D82;
}
.BgClassName
{
background-color: #283D82;
}
</style>
border-color css
<style>
span { border-color: #283D82; }
span { border-color: rgb(40,61,130); }
td.TdClassName
{
border-color: #283D82;
}
.TagClassName
{
border-color: #283D82;
}
</style>