Shades of Resolution Blue #28396D
Tints of Resolution Blue #28396D
RGB
CMYK
RGB Variations
Color information
#28396D (or 0x28396D) is known color: Resolution Blue. HEX triplet: 28, 39 and 6D. RGB value is (40,57,109). Sum of RGB (Red+Green+Blue) = 40+57+109=206 (27% of max value = 765). Red value is 40 (16.02% from 255 or 19.42% from 206); Green value is 57 (22.66% from 255 or 27.67% from 206); Blue value is 109 (42.97% from 255 or 52.91% from 206); Max value from RGB is 109 - color contains mainly: blue. Hex color #28396D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #28396D is #D7C692. Grayscale: #393939. Windows color (decimal): -14141075 or 7158056. OLE color: 7158056.
HSL color Cylindrical-coordinate representation of color #28396D: hue angle of 225.22º 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 #28396D is Cyan = 0.63, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 40 | 57 | 109 | - |
| CMYK | 0.63 | 0.48 | 0 | 0.57 |
| HSL | 225.22º | 0.46% | 0.29% | - |
| HSV(B) | 225.22º | 0.63% | 0.43% | - |
| XYZ | 5.1 | 4.48 | 15.06 | - |
| YUV | 57.85 | 156.87 | 115.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 57 | 109 | 0.63 | 0.48 | 0 | 0.57 | 225.22 | 0.46 | 0.29 |
| Hex | 28 | 39 | 6D | 3F | 30 | 0 | 39 | E1 | 2E | 1D |
| Octal | 50 | 71 | 155 | 77 | 60 | 0 | 71 | 341 | 56 | 35 |
| Binary | 101000 | 111001 | 1101101 | 111111 | 110000 | 0 | 111001 | 11100001 | 101110 | 11101 |
Color Harmonies of #28396D
Complementary color
Monochromatic Colors of #28396D
Black with #28396D
Text Example
Text Example
White with #28396D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28396D; }
p { color: rgb(40,57,109); }
H1.HeaderClassName
{
color: #28396D;
}
.AnyTagClassName
{
color: #28396D;
}
</style>
background-color css
<style>
a { background-color: #28396D; }
a { background-color: rgb(40,57,109); }
div.DivClassName
{
background-color: #28396D;
}
.BgClassName
{
background-color: #28396D;
}
</style>
border-color css
<style>
span { border-color: #28396D; }
span { border-color: rgb(40,57,109); }
td.TdClassName
{
border-color: #28396D;
}
.TagClassName
{
border-color: #28396D;
}
</style>