Shades of Resolution Blue #283775
Tints of Resolution Blue #283775
RGB
CMYK
RGB Variations
Color information
#283775 (or 0x283775) is known color: Resolution Blue. HEX triplet: 28, 37 and 75. RGB value is (40,55,117). Sum of RGB (Red+Green+Blue) = 40+55+117=212 (28% of max value = 765). Red value is 40 (16.02% from 255 or 18.87% from 212); Green value is 55 (21.88% from 255 or 25.94% from 212); Blue value is 117 (46.09% from 255 or 55.19% from 212); Max value from RGB is 117 - color contains mainly: blue. Hex color #283775 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #283775 is #D7C88A. Grayscale: #393939. Windows color (decimal): -14141579 or 7681832. OLE color: 7681832.
HSL color Cylindrical-coordinate representation of color #283775: hue angle of 228.31º 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 #283775 is Cyan = 0.66, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 40 | 55 | 117 | - |
| CMYK | 0.66 | 0.53 | 0 | 0.54 |
| HSL | 228.31º | 0.49% | 0.31% | - |
| HSV(B) | 228.31º | 0.66% | 0.46% | - |
| XYZ | 5.45 | 4.47 | 17.4 | - |
| YUV | 57.58 | 161.53 | 115.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 55 | 117 | 0.66 | 0.53 | 0 | 0.54 | 228.31 | 0.49 | 0.31 |
| Hex | 28 | 37 | 75 | 42 | 35 | 0 | 36 | E4 | 31 | 1F |
| Octal | 50 | 67 | 165 | 102 | 65 | 0 | 66 | 344 | 61 | 37 |
| Binary | 101000 | 110111 | 1110101 | 1000010 | 110101 | 0 | 110110 | 11100100 | 110001 | 11111 |
Color Harmonies of #283775
Complementary color
Monochromatic Colors of #283775
Black with #283775
Text Example
Text Example
White with #283775
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #283775; }
p { color: rgb(40,55,117); }
H1.HeaderClassName
{
color: #283775;
}
.AnyTagClassName
{
color: #283775;
}
</style>
background-color css
<style>
a { background-color: #283775; }
a { background-color: rgb(40,55,117); }
div.DivClassName
{
background-color: #283775;
}
.BgClassName
{
background-color: #283775;
}
</style>
border-color css
<style>
span { border-color: #283775; }
span { border-color: rgb(40,55,117); }
td.TdClassName
{
border-color: #283775;
}
.TagClassName
{
border-color: #283775;
}
</style>