Shades of Resolution Blue #28376D
Tints of Resolution Blue #28376D
RGB
CMYK
RGB Variations
Color information
#28376D (or 0x28376D) is known color: Resolution Blue. HEX triplet: 28, 37 and 6D. RGB value is (40,55,109). Sum of RGB (Red+Green+Blue) = 40+55+109=204 (27% of max value = 765). Red value is 40 (16.02% from 255 or 19.61% from 204); Green value is 55 (21.88% from 255 or 26.96% from 204); Blue value is 109 (42.97% from 255 or 53.43% from 204); Max value from RGB is 109 - color contains mainly: blue. Hex color #28376D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #28376D is #D7C892. Grayscale: #383838. Windows color (decimal): -14141587 or 7157544. OLE color: 7157544.
HSL color Cylindrical-coordinate representation of color #28376D: hue angle of 226.96º degrees, saturation: 0.46, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #28376D is Cyan = 0.63, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 40 | 55 | 109 | - |
| CMYK | 0.63 | 0.50 | 0 | 0.57 |
| HSL | 226.96º | 0.46% | 0.29% | - |
| HSV(B) | 226.96º | 0.63% | 0.43% | - |
| XYZ | 5 | 4.29 | 15.03 | - |
| YUV | 56.67 | 157.53 | 116.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 55 | 109 | 0.63 | 0.50 | 0 | 0.57 | 226.96 | 0.46 | 0.29 |
| Hex | 28 | 37 | 6D | 3F | 32 | 0 | 39 | E3 | 2E | 1D |
| Octal | 50 | 67 | 155 | 77 | 62 | 0 | 71 | 343 | 56 | 35 |
| Binary | 101000 | 110111 | 1101101 | 111111 | 110010 | 0 | 111001 | 11100011 | 101110 | 11101 |
Color Harmonies of #28376D
Complementary color
Monochromatic Colors of #28376D
Black with #28376D
Text Example
Text Example
White with #28376D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28376D; }
p { color: rgb(40,55,109); }
H1.HeaderClassName
{
color: #28376D;
}
.AnyTagClassName
{
color: #28376D;
}
</style>
background-color css
<style>
a { background-color: #28376D; }
a { background-color: rgb(40,55,109); }
div.DivClassName
{
background-color: #28376D;
}
.BgClassName
{
background-color: #28376D;
}
</style>
border-color css
<style>
span { border-color: #28376D; }
span { border-color: rgb(40,55,109); }
td.TdClassName
{
border-color: #28376D;
}
.TagClassName
{
border-color: #28376D;
}
</style>