Shades of Resolution Blue #283677
Tints of Resolution Blue #283677
RGB
CMYK
RGB Variations
Color information
#283677 (or 0x283677) is known color: Resolution Blue. HEX triplet: 28, 36 and 77. RGB value is (40,54,119). Sum of RGB (Red+Green+Blue) = 40+54+119=213 (28% of max value = 765). Red value is 40 (16.02% from 255 or 18.78% from 213); Green value is 54 (21.48% from 255 or 25.35% from 213); Blue value is 119 (46.88% from 255 or 55.87% from 213); Max value from RGB is 119 - color contains mainly: blue. Hex color #283677 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #283677 is #D7C988. Grayscale: #383838. Windows color (decimal): -14141833 or 7812648. OLE color: 7812648.
HSL color Cylindrical-coordinate representation of color #283677: hue angle of 229.37º 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 #283677 is Cyan = 0.66, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 40 | 54 | 119 | - |
| CMYK | 0.66 | 0.55 | 0 | 0.53 |
| HSL | 229.37º | 0.5% | 0.31% | - |
| HSV(B) | 229.37º | 0.66% | 0.47% | - |
| XYZ | 5.52 | 4.42 | 18.02 | - |
| YUV | 57.22 | 162.86 | 115.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 54 | 119 | 0.66 | 0.55 | 0 | 0.53 | 229.37 | 0.5 | 0.31 |
| Hex | 28 | 36 | 77 | 42 | 37 | 0 | 35 | E5 | 32 | 1F |
| Octal | 50 | 66 | 167 | 102 | 67 | 0 | 65 | 345 | 62 | 37 |
| Binary | 101000 | 110110 | 1110111 | 1000010 | 110111 | 0 | 110101 | 11100101 | 110010 | 11111 |
Color Harmonies of #283677
Complementary color
Monochromatic Colors of #283677
Black with #283677
Text Example
Text Example
White with #283677
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #283677; }
p { color: rgb(40,54,119); }
H1.HeaderClassName
{
color: #283677;
}
.AnyTagClassName
{
color: #283677;
}
</style>
background-color css
<style>
a { background-color: #283677; }
a { background-color: rgb(40,54,119); }
div.DivClassName
{
background-color: #283677;
}
.BgClassName
{
background-color: #283677;
}
</style>
border-color css
<style>
span { border-color: #283677; }
span { border-color: rgb(40,54,119); }
td.TdClassName
{
border-color: #283677;
}
.TagClassName
{
border-color: #283677;
}
</style>