Shades of Resolution Blue #283E80
Tints of Resolution Blue #283E80
RGB
CMYK
RGB Variations
Color information
#283E80 (or 0x283E80) is known color: Resolution Blue. HEX triplet: 28, 3E and 80. RGB value is (40,62,128). Sum of RGB (Red+Green+Blue) = 40+62+128=230 (30% of max value = 765). Red value is 40 (16.02% from 255 or 17.39% from 230); Green value is 62 (24.61% from 255 or 26.96% from 230); Blue value is 128 (50.39% from 255 or 55.65% from 230); Max value from RGB is 128 - color contains mainly: blue. Hex color #283E80 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #283E80 is #D7C17F. Grayscale: #3E3E3E. Windows color (decimal): -14139776 or 8404520. OLE color: 8404520.
HSL color Cylindrical-coordinate representation of color #283E80: hue angle of 225º degrees, saturation: 0.52, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #283E80 is Cyan = 0.69, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 40 | 62 | 128 | - |
| CMYK | 0.69 | 0.52 | 0 | 0.50 |
| HSL | 225º | 0.52% | 0.33% | - |
| HSV(B) | 225º | 0.69% | 0.5% | - |
| XYZ | 6.49 | 5.45 | 21.13 | - |
| YUV | 62.95 | 164.71 | 111.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 62 | 128 | 0.69 | 0.52 | 0 | 0.50 | 225 | 0.52 | 0.33 |
| Hex | 28 | 3E | 80 | 45 | 34 | 0 | 32 | E1 | 34 | 21 |
| Octal | 50 | 76 | 200 | 105 | 64 | 0 | 62 | 341 | 64 | 41 |
| Binary | 101000 | 111110 | 10000000 | 1000101 | 110100 | 0 | 110010 | 11100001 | 110100 | 100001 |
Color Harmonies of #283E80
Complementary color
Monochromatic Colors of #283E80
Black with #283E80
Text Example
Text Example
White with #283E80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #283E80; }
p { color: rgb(40,62,128); }
H1.HeaderClassName
{
color: #283E80;
}
.AnyTagClassName
{
color: #283E80;
}
</style>
background-color css
<style>
a { background-color: #283E80; }
a { background-color: rgb(40,62,128); }
div.DivClassName
{
background-color: #283E80;
}
.BgClassName
{
background-color: #283E80;
}
</style>
border-color css
<style>
span { border-color: #283E80; }
span { border-color: rgb(40,62,128); }
td.TdClassName
{
border-color: #283E80;
}
.TagClassName
{
border-color: #283E80;
}
</style>