Shades of Resolution Blue #283481
Tints of Resolution Blue #283481
RGB
CMYK
RGB Variations
Color information
#283481 (or 0x283481) is known color: Resolution Blue. HEX triplet: 28, 34 and 81. RGB value is (40,52,129). Sum of RGB (Red+Green+Blue) = 40+52+129=221 (29% of max value = 765). Red value is 40 (16.02% from 255 or 18.10% from 221); Green value is 52 (20.70% from 255 or 23.53% from 221); Blue value is 129 (50.78% from 255 or 58.37% from 221); Max value from RGB is 129 - color contains mainly: blue. Hex color #283481 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #283481 is #D7CB7E. Grayscale: #383838. Windows color (decimal): -14142335 or 8467496. OLE color: 8467496.
HSL color Cylindrical-coordinate representation of color #283481: hue angle of 231.91º degrees, saturation: 0.53, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #283481 is Cyan = 0.69, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 40 | 52 | 129 | - |
| CMYK | 0.69 | 0.60 | 0 | 0.49 |
| HSL | 231.91º | 0.53% | 0.33% | - |
| HSV(B) | 231.91º | 0.69% | 0.51% | - |
| XYZ | 6.07 | 4.49 | 21.32 | - |
| YUV | 57.19 | 168.52 | 115.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 52 | 129 | 0.69 | 0.60 | 0 | 0.49 | 231.91 | 0.53 | 0.33 |
| Hex | 28 | 34 | 81 | 45 | 3C | 0 | 31 | E8 | 35 | 21 |
| Octal | 50 | 64 | 201 | 105 | 74 | 0 | 61 | 350 | 65 | 41 |
| Binary | 101000 | 110100 | 10000001 | 1000101 | 111100 | 0 | 110001 | 11101000 | 110101 | 100001 |
Color Harmonies of #283481
Complementary color
Monochromatic Colors of #283481
Black with #283481
Text Example
Text Example
White with #283481
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #283481; }
p { color: rgb(40,52,129); }
H1.HeaderClassName
{
color: #283481;
}
.AnyTagClassName
{
color: #283481;
}
</style>
background-color css
<style>
a { background-color: #283481; }
a { background-color: rgb(40,52,129); }
div.DivClassName
{
background-color: #283481;
}
.BgClassName
{
background-color: #283481;
}
</style>
border-color css
<style>
span { border-color: #283481; }
span { border-color: rgb(40,52,129); }
td.TdClassName
{
border-color: #283481;
}
.TagClassName
{
border-color: #283481;
}
</style>