Shades of Resolution Blue #283676
Tints of Resolution Blue #283676
RGB
CMYK
RGB Variations
Color information
#283676 (or 0x283676) is known color: Resolution Blue. HEX triplet: 28, 36 and 76. RGB value is (40,54,118). Sum of RGB (Red+Green+Blue) = 40+54+118=212 (28% of max value = 765). Red value is 40 (16.02% from 255 or 18.87% from 212); Green value is 54 (21.48% from 255 or 25.47% from 212); Blue value is 118 (46.48% from 255 or 55.66% from 212); Max value from RGB is 118 - color contains mainly: blue. Hex color #283676 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #283676 is #D7C989. Grayscale: #383838. Windows color (decimal): -14141834 or 7747112. OLE color: 7747112.
HSL color Cylindrical-coordinate representation of color #283676: hue angle of 229.23º degrees, saturation: 0.49, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #283676 is Cyan = 0.66, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 40 | 54 | 118 | - |
| CMYK | 0.66 | 0.54 | 0 | 0.54 |
| HSL | 229.23º | 0.49% | 0.31% | - |
| HSV(B) | 229.23º | 0.66% | 0.46% | - |
| XYZ | 5.46 | 4.4 | 17.7 | - |
| YUV | 57.11 | 162.36 | 115.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 54 | 118 | 0.66 | 0.54 | 0 | 0.54 | 229.23 | 0.49 | 0.31 |
| Hex | 28 | 36 | 76 | 42 | 36 | 0 | 36 | E5 | 31 | 1F |
| Octal | 50 | 66 | 166 | 102 | 66 | 0 | 66 | 345 | 61 | 37 |
| Binary | 101000 | 110110 | 1110110 | 1000010 | 110110 | 0 | 110110 | 11100101 | 110001 | 11111 |
Color Harmonies of #283676
Complementary color
Monochromatic Colors of #283676
Black with #283676
Text Example
Text Example
White with #283676
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #283676; }
p { color: rgb(40,54,118); }
H1.HeaderClassName
{
color: #283676;
}
.AnyTagClassName
{
color: #283676;
}
</style>
background-color css
<style>
a { background-color: #283676; }
a { background-color: rgb(40,54,118); }
div.DivClassName
{
background-color: #283676;
}
.BgClassName
{
background-color: #283676;
}
</style>
border-color css
<style>
span { border-color: #283676; }
span { border-color: rgb(40,54,118); }
td.TdClassName
{
border-color: #283676;
}
.TagClassName
{
border-color: #283676;
}
</style>