Shades of Resolution Blue #283774
Tints of Resolution Blue #283774
RGB
CMYK
RGB Variations
Color information
#283774 (or 0x283774) is known color: Resolution Blue. HEX triplet: 28, 37 and 74. RGB value is (40,55,116). Sum of RGB (Red+Green+Blue) = 40+55+116=211 (27% of max value = 765). Red value is 40 (16.02% from 255 or 18.96% from 211); Green value is 55 (21.88% from 255 or 26.07% from 211); Blue value is 116 (45.70% from 255 or 54.98% from 211); Max value from RGB is 116 - color contains mainly: blue. Hex color #283774 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #283774 is #D7C88B. Grayscale: #393939. Windows color (decimal): -14141580 or 7616296. OLE color: 7616296.
HSL color Cylindrical-coordinate representation of color #283774: hue angle of 228.16º degrees, saturation: 0.49, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #283774 is Cyan = 0.66, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 40 | 55 | 116 | - |
| CMYK | 0.66 | 0.53 | 0 | 0.55 |
| HSL | 228.16º | 0.49% | 0.31% | - |
| HSV(B) | 228.16º | 0.66% | 0.45% | - |
| XYZ | 5.39 | 4.44 | 17.1 | - |
| YUV | 57.47 | 161.03 | 115.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 55 | 116 | 0.66 | 0.53 | 0 | 0.55 | 228.16 | 0.49 | 0.31 |
| Hex | 28 | 37 | 74 | 42 | 35 | 0 | 37 | E4 | 31 | 1F |
| Octal | 50 | 67 | 164 | 102 | 65 | 0 | 67 | 344 | 61 | 37 |
| Binary | 101000 | 110111 | 1110100 | 1000010 | 110101 | 0 | 110111 | 11100100 | 110001 | 11111 |
Color Harmonies of #283774
Complementary color
Monochromatic Colors of #283774
Black with #283774
Text Example
Text Example
White with #283774
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #283774; }
p { color: rgb(40,55,116); }
H1.HeaderClassName
{
color: #283774;
}
.AnyTagClassName
{
color: #283774;
}
</style>
background-color css
<style>
a { background-color: #283774; }
a { background-color: rgb(40,55,116); }
div.DivClassName
{
background-color: #283774;
}
.BgClassName
{
background-color: #283774;
}
</style>
border-color css
<style>
span { border-color: #283774; }
span { border-color: rgb(40,55,116); }
td.TdClassName
{
border-color: #283774;
}
.TagClassName
{
border-color: #283774;
}
</style>