Shades of Resolution Blue #283F80
Tints of Resolution Blue #283F80
RGB
CMYK
RGB Variations
Color information
#283F80 (or 0x283F80) is known color: Resolution Blue. HEX triplet: 28, 3F and 80. RGB value is (40,63,128). Sum of RGB (Red+Green+Blue) = 40+63+128=231 (30% of max value = 765). Red value is 40 (16.02% from 255 or 17.32% from 231); Green value is 63 (25% from 255 or 27.27% from 231); Blue value is 128 (50.39% from 255 or 55.41% from 231); Max value from RGB is 128 - color contains mainly: blue. Hex color #283F80 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #283F80 is #D7C07F. Grayscale: #3F3F3F. Windows color (decimal): -14139520 or 8404776. OLE color: 8404776.
HSL color Cylindrical-coordinate representation of color #283F80: hue angle of 224.32º degrees, saturation: 0.52, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #283F80 is Cyan = 0.69, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 40 | 63 | 128 | - |
| CMYK | 0.69 | 0.51 | 0 | 0.50 |
| HSL | 224.32º | 0.52% | 0.33% | - |
| HSV(B) | 224.32º | 0.69% | 0.5% | - |
| XYZ | 6.55 | 5.56 | 21.15 | - |
| YUV | 63.53 | 164.38 | 111.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 63 | 128 | 0.69 | 0.51 | 0 | 0.50 | 224.32 | 0.52 | 0.33 |
| Hex | 28 | 3F | 80 | 45 | 33 | 0 | 32 | E0 | 34 | 21 |
| Octal | 50 | 77 | 200 | 105 | 63 | 0 | 62 | 340 | 64 | 41 |
| Binary | 101000 | 111111 | 10000000 | 1000101 | 110011 | 0 | 110010 | 11100000 | 110100 | 100001 |
Color Harmonies of #283F80
Complementary color
Monochromatic Colors of #283F80
Black with #283F80
Text Example
Text Example
White with #283F80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #283F80; }
p { color: rgb(40,63,128); }
H1.HeaderClassName
{
color: #283F80;
}
.AnyTagClassName
{
color: #283F80;
}
</style>
background-color css
<style>
a { background-color: #283F80; }
a { background-color: rgb(40,63,128); }
div.DivClassName
{
background-color: #283F80;
}
.BgClassName
{
background-color: #283F80;
}
</style>
border-color css
<style>
span { border-color: #283F80; }
span { border-color: rgb(40,63,128); }
td.TdClassName
{
border-color: #283F80;
}
.TagClassName
{
border-color: #283F80;
}
</style>