Shades of Resolution Blue #283F78
Tints of Resolution Blue #283F78
RGB
CMYK
RGB Variations
Color information
#283F78 (or 0x283F78) is known color: Resolution Blue. HEX triplet: 28, 3F and 78. RGB value is (40,63,120). Sum of RGB (Red+Green+Blue) = 40+63+120=223 (29% of max value = 765). Red value is 40 (16.02% from 255 or 17.94% from 223); Green value is 63 (25% from 255 or 28.25% from 223); Blue value is 120 (47.27% from 255 or 53.81% from 223); Max value from RGB is 120 - color contains mainly: blue. Hex color #283F78 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #283F78 is #D7C087. Grayscale: #3E3E3E. Windows color (decimal): -14139528 or 7880488. OLE color: 7880488.
HSL color Cylindrical-coordinate representation of color #283F78: hue angle of 222.75º degrees, saturation: 0.5, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #283F78 is Cyan = 0.67, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 40 | 63 | 120 | - |
| CMYK | 0.67 | 0.48 | 0 | 0.53 |
| HSL | 222.75º | 0.5% | 0.31% | - |
| HSV(B) | 222.75º | 0.67% | 0.47% | - |
| XYZ | 6.04 | 5.36 | 18.49 | - |
| YUV | 62.62 | 160.38 | 111.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 63 | 120 | 0.67 | 0.48 | 0 | 0.53 | 222.75 | 0.5 | 0.31 |
| Hex | 28 | 3F | 78 | 43 | 30 | 0 | 35 | DF | 32 | 1F |
| Octal | 50 | 77 | 170 | 103 | 60 | 0 | 65 | 337 | 62 | 37 |
| Binary | 101000 | 111111 | 1111000 | 1000011 | 110000 | 0 | 110101 | 11011111 | 110010 | 11111 |
Color Harmonies of #283F78
Complementary color
Monochromatic Colors of #283F78
Black with #283F78
Text Example
Text Example
White with #283F78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #283F78; }
p { color: rgb(40,63,120); }
H1.HeaderClassName
{
color: #283F78;
}
.AnyTagClassName
{
color: #283F78;
}
</style>
background-color css
<style>
a { background-color: #283F78; }
a { background-color: rgb(40,63,120); }
div.DivClassName
{
background-color: #283F78;
}
.BgClassName
{
background-color: #283F78;
}
</style>
border-color css
<style>
span { border-color: #283F78; }
span { border-color: rgb(40,63,120); }
td.TdClassName
{
border-color: #283F78;
}
.TagClassName
{
border-color: #283F78;
}
</style>