Shades of Resolution Blue #283780
Tints of Resolution Blue #283780
RGB
CMYK
RGB Variations
Color information
#283780 (or 0x283780) is known color: Resolution Blue. HEX triplet: 28, 37 and 80. RGB value is (40,55,128). Sum of RGB (Red+Green+Blue) = 40+55+128=223 (29% of max value = 765). Red value is 40 (16.02% from 255 or 17.94% from 223); Green value is 55 (21.88% from 255 or 24.66% from 223); Blue value is 128 (50.39% from 255 or 57.40% from 223); Max value from RGB is 128 - color contains mainly: blue. Hex color #283780 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #283780 is #D7C87F. Grayscale: #3A3A3A. Windows color (decimal): -14141568 or 8402728. OLE color: 8402728.
HSL color Cylindrical-coordinate representation of color #283780: hue angle of 229.77º 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 #283780 is Cyan = 0.69, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 40 | 55 | 128 | - |
| CMYK | 0.69 | 0.57 | 0 | 0.50 |
| HSL | 229.77º | 0.52% | 0.33% | - |
| HSV(B) | 229.77º | 0.69% | 0.5% | - |
| XYZ | 6.14 | 4.74 | 21.01 | - |
| YUV | 58.84 | 167.03 | 114.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 55 | 128 | 0.69 | 0.57 | 0 | 0.50 | 229.77 | 0.52 | 0.33 |
| Hex | 28 | 37 | 80 | 45 | 39 | 0 | 32 | E6 | 34 | 21 |
| Octal | 50 | 67 | 200 | 105 | 71 | 0 | 62 | 346 | 64 | 41 |
| Binary | 101000 | 110111 | 10000000 | 1000101 | 111001 | 0 | 110010 | 11100110 | 110100 | 100001 |
Color Harmonies of #283780
Complementary color
Monochromatic Colors of #283780
Black with #283780
Text Example
Text Example
White with #283780
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #283780; }
p { color: rgb(40,55,128); }
H1.HeaderClassName
{
color: #283780;
}
.AnyTagClassName
{
color: #283780;
}
</style>
background-color css
<style>
a { background-color: #283780; }
a { background-color: rgb(40,55,128); }
div.DivClassName
{
background-color: #283780;
}
.BgClassName
{
background-color: #283780;
}
</style>
border-color css
<style>
span { border-color: #283780; }
span { border-color: rgb(40,55,128); }
td.TdClassName
{
border-color: #283780;
}
.TagClassName
{
border-color: #283780;
}
</style>