Shades of Resolution Blue #283B83
Tints of Resolution Blue #283B83
RGB
CMYK
RGB Variations
Color information
#283B83 (or 0x283B83) is known color: Resolution Blue. HEX triplet: 28, 3B and 83. RGB value is (40,59,131). Sum of RGB (Red+Green+Blue) = 40+59+131=230 (30% of max value = 765). Red value is 40 (16.02% from 255 or 17.39% from 230); Green value is 59 (23.44% from 255 or 25.65% from 230); Blue value is 131 (51.56% from 255 or 56.96% from 230); Max value from RGB is 131 - color contains mainly: blue. Hex color #283B83 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #283B83 is #D7C47C. Grayscale: #3D3D3D. Windows color (decimal): -14140541 or 8600360. OLE color: 8600360.
HSL color Cylindrical-coordinate representation of color #283B83: hue angle of 227.47º degrees, saturation: 0.53, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #283B83 is Cyan = 0.69, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 40 | 59 | 131 | - |
| CMYK | 0.69 | 0.55 | 0 | 0.49 |
| HSL | 227.47º | 0.53% | 0.34% | - |
| HSV(B) | 227.47º | 0.69% | 0.51% | - |
| XYZ | 6.54 | 5.22 | 22.14 | - |
| YUV | 61.53 | 167.21 | 112.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 59 | 131 | 0.69 | 0.55 | 0 | 0.49 | 227.47 | 0.53 | 0.34 |
| Hex | 28 | 3B | 83 | 45 | 37 | 0 | 31 | E3 | 35 | 22 |
| Octal | 50 | 73 | 203 | 105 | 67 | 0 | 61 | 343 | 65 | 42 |
| Binary | 101000 | 111011 | 10000011 | 1000101 | 110111 | 0 | 110001 | 11100011 | 110101 | 100010 |
Color Harmonies of #283B83
Complementary color
Monochromatic Colors of #283B83
Black with #283B83
Text Example
Text Example
White with #283B83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #283B83; }
p { color: rgb(40,59,131); }
H1.HeaderClassName
{
color: #283B83;
}
.AnyTagClassName
{
color: #283B83;
}
</style>
background-color css
<style>
a { background-color: #283B83; }
a { background-color: rgb(40,59,131); }
div.DivClassName
{
background-color: #283B83;
}
.BgClassName
{
background-color: #283B83;
}
</style>
border-color css
<style>
span { border-color: #283B83; }
span { border-color: rgb(40,59,131); }
td.TdClassName
{
border-color: #283B83;
}
.TagClassName
{
border-color: #283B83;
}
</style>