Shades of Resolution Blue #283B85
Tints of Resolution Blue #283B85
RGB
CMYK
RGB Variations
Color information
#283B85 (or 0x283B85) is known color: Resolution Blue. HEX triplet: 28, 3B and 85. RGB value is (40,59,133). Sum of RGB (Red+Green+Blue) = 40+59+133=232 (30% of max value = 765). Red value is 40 (16.02% from 255 or 17.24% from 232); Green value is 59 (23.44% from 255 or 25.43% from 232); Blue value is 133 (52.34% from 255 or 57.33% from 232); Max value from RGB is 133 - color contains mainly: blue. Hex color #283B85 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #283B85 is #D7C47A. Grayscale: #3D3D3D. Windows color (decimal): -14140539 or 8731432. OLE color: 8731432.
HSL color Cylindrical-coordinate representation of color #283B85: hue angle of 227.74º degrees, saturation: 0.54, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #283B85 is Cyan = 0.70, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 40 | 59 | 133 | - |
| CMYK | 0.70 | 0.56 | 0 | 0.48 |
| HSL | 227.74º | 0.54% | 0.34% | - |
| HSV(B) | 227.74º | 0.7% | 0.52% | - |
| XYZ | 6.67 | 5.27 | 22.86 | - |
| YUV | 61.76 | 168.21 | 112.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 59 | 133 | 0.70 | 0.56 | 0 | 0.48 | 227.74 | 0.54 | 0.34 |
| Hex | 28 | 3B | 85 | 46 | 38 | 0 | 30 | E4 | 36 | 22 |
| Octal | 50 | 73 | 205 | 106 | 70 | 0 | 60 | 344 | 66 | 42 |
| Binary | 101000 | 111011 | 10000101 | 1000110 | 111000 | 0 | 110000 | 11100100 | 110110 | 100010 |
Color Harmonies of #283B85
Complementary color
Monochromatic Colors of #283B85
Black with #283B85
Text Example
Text Example
White with #283B85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #283B85; }
p { color: rgb(40,59,133); }
H1.HeaderClassName
{
color: #283B85;
}
.AnyTagClassName
{
color: #283B85;
}
</style>
background-color css
<style>
a { background-color: #283B85; }
a { background-color: rgb(40,59,133); }
div.DivClassName
{
background-color: #283B85;
}
.BgClassName
{
background-color: #283B85;
}
</style>
border-color css
<style>
span { border-color: #283B85; }
span { border-color: rgb(40,59,133); }
td.TdClassName
{
border-color: #283B85;
}
.TagClassName
{
border-color: #283B85;
}
</style>