Shades of Resolution Blue #28376E
Tints of Resolution Blue #28376E
RGB
CMYK
RGB Variations
Color information
#28376E (or 0x28376E) is known color: Resolution Blue. HEX triplet: 28, 37 and 6E. RGB value is (40,55,110). Sum of RGB (Red+Green+Blue) = 40+55+110=205 (27% of max value = 765). Red value is 40 (16.02% from 255 or 19.51% from 205); Green value is 55 (21.88% from 255 or 26.83% from 205); Blue value is 110 (43.36% from 255 or 53.66% from 205); Max value from RGB is 110 - color contains mainly: blue. Hex color #28376E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #28376E is #D7C891. Grayscale: #383838. Windows color (decimal): -14141586 or 7223080. OLE color: 7223080.
HSL color Cylindrical-coordinate representation of color #28376E: hue angle of 227.14º degrees, saturation: 0.47, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #28376E is Cyan = 0.64, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 40 | 55 | 110 | - |
| CMYK | 0.64 | 0.5 | 0 | 0.57 |
| HSL | 227.14º | 0.47% | 0.29% | - |
| HSV(B) | 227.14º | 0.64% | 0.43% | - |
| XYZ | 5.06 | 4.31 | 15.32 | - |
| YUV | 56.79 | 158.03 | 116.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 55 | 110 | 0.64 | 0.5 | 0 | 0.57 | 227.14 | 0.47 | 0.29 |
| Hex | 28 | 37 | 6E | 40 | 32 | 0 | 39 | E3 | 2F | 1D |
| Octal | 50 | 67 | 156 | 100 | 62 | 0 | 71 | 343 | 57 | 35 |
| Binary | 101000 | 110111 | 1101110 | 1000000 | 110010 | 0 | 111001 | 11100011 | 101111 | 11101 |
Color Harmonies of #28376E
Complementary color
Monochromatic Colors of #28376E
Black with #28376E
Text Example
Text Example
White with #28376E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28376E; }
p { color: rgb(40,55,110); }
H1.HeaderClassName
{
color: #28376E;
}
.AnyTagClassName
{
color: #28376E;
}
</style>
background-color css
<style>
a { background-color: #28376E; }
a { background-color: rgb(40,55,110); }
div.DivClassName
{
background-color: #28376E;
}
.BgClassName
{
background-color: #28376E;
}
</style>
border-color css
<style>
span { border-color: #28376E; }
span { border-color: rgb(40,55,110); }
td.TdClassName
{
border-color: #28376E;
}
.TagClassName
{
border-color: #28376E;
}
</style>