Shades of Resolution Blue #283C77
Tints of Resolution Blue #283C77
RGB
CMYK
RGB Variations
Color information
#283C77 (or 0x283C77) is known color: Resolution Blue. HEX triplet: 28, 3C and 77. RGB value is (40,60,119). Sum of RGB (Red+Green+Blue) = 40+60+119=219 (29% of max value = 765). Red value is 40 (16.02% from 255 or 18.26% from 219); Green value is 60 (23.83% from 255 or 27.40% from 219); Blue value is 119 (46.88% from 255 or 54.34% from 219); Max value from RGB is 119 - color contains mainly: blue. Hex color #283C77 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #283C77 is #D7C388. Grayscale: #3C3C3C. Windows color (decimal): -14140297 or 7814184. OLE color: 7814184.
HSL color Cylindrical-coordinate representation of color #283C77: hue angle of 224.81º degrees, saturation: 0.5, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #283C77 is Cyan = 0.66, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 40 | 60 | 119 | - |
| CMYK | 0.66 | 0.50 | 0 | 0.53 |
| HSL | 224.81º | 0.5% | 0.31% | - |
| HSV(B) | 224.81º | 0.66% | 0.47% | - |
| XYZ | 5.82 | 5.01 | 18.11 | - |
| YUV | 60.75 | 160.87 | 113.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 60 | 119 | 0.66 | 0.50 | 0 | 0.53 | 224.81 | 0.5 | 0.31 |
| Hex | 28 | 3C | 77 | 42 | 32 | 0 | 35 | E1 | 32 | 1F |
| Octal | 50 | 74 | 167 | 102 | 62 | 0 | 65 | 341 | 62 | 37 |
| Binary | 101000 | 111100 | 1110111 | 1000010 | 110010 | 0 | 110101 | 11100001 | 110010 | 11111 |
Color Harmonies of #283C77
Complementary color
Monochromatic Colors of #283C77
Black with #283C77
Text Example
Text Example
White with #283C77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #283C77; }
p { color: rgb(40,60,119); }
H1.HeaderClassName
{
color: #283C77;
}
.AnyTagClassName
{
color: #283C77;
}
</style>
background-color css
<style>
a { background-color: #283C77; }
a { background-color: rgb(40,60,119); }
div.DivClassName
{
background-color: #283C77;
}
.BgClassName
{
background-color: #283C77;
}
</style>
border-color css
<style>
span { border-color: #283C77; }
span { border-color: rgb(40,60,119); }
td.TdClassName
{
border-color: #283C77;
}
.TagClassName
{
border-color: #283C77;
}
</style>