Shades of Resolution Blue #283A76
Tints of Resolution Blue #283A76
RGB
CMYK
RGB Variations
Color information
#283A76 (or 0x283A76) is known color: Resolution Blue. HEX triplet: 28, 3A and 76. RGB value is (40,58,118). Sum of RGB (Red+Green+Blue) = 40+58+118=216 (28% of max value = 765). Red value is 40 (16.02% from 255 or 18.52% from 216); Green value is 58 (23.05% from 255 or 26.85% from 216); Blue value is 118 (46.48% from 255 or 54.63% from 216); Max value from RGB is 118 - color contains mainly: blue. Hex color #283A76 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #283A76 is #D7C589. Grayscale: #3B3B3B. Windows color (decimal): -14140810 or 7748136. OLE color: 7748136.
HSL color Cylindrical-coordinate representation of color #283A76: hue angle of 226.15º 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 #283A76 is Cyan = 0.66, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 40 | 58 | 118 | - |
| CMYK | 0.66 | 0.51 | 0 | 0.54 |
| HSL | 226.15º | 0.49% | 0.31% | - |
| HSV(B) | 226.15º | 0.66% | 0.46% | - |
| XYZ | 5.66 | 4.79 | 17.76 | - |
| YUV | 59.46 | 161.04 | 114.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 58 | 118 | 0.66 | 0.51 | 0 | 0.54 | 226.15 | 0.49 | 0.31 |
| Hex | 28 | 3A | 76 | 42 | 33 | 0 | 36 | E2 | 31 | 1F |
| Octal | 50 | 72 | 166 | 102 | 63 | 0 | 66 | 342 | 61 | 37 |
| Binary | 101000 | 111010 | 1110110 | 1000010 | 110011 | 0 | 110110 | 11100010 | 110001 | 11111 |
Color Harmonies of #283A76
Complementary color
Monochromatic Colors of #283A76
Black with #283A76
Text Example
Text Example
White with #283A76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #283A76; }
p { color: rgb(40,58,118); }
H1.HeaderClassName
{
color: #283A76;
}
.AnyTagClassName
{
color: #283A76;
}
</style>
background-color css
<style>
a { background-color: #283A76; }
a { background-color: rgb(40,58,118); }
div.DivClassName
{
background-color: #283A76;
}
.BgClassName
{
background-color: #283A76;
}
</style>
border-color css
<style>
span { border-color: #283A76; }
span { border-color: rgb(40,58,118); }
td.TdClassName
{
border-color: #283A76;
}
.TagClassName
{
border-color: #283A76;
}
</style>