Shades of Resolution Blue #28336D
Tints of Resolution Blue #28336D
RGB
CMYK
RGB Variations
Color information
#28336D (or 0x28336D) is known color: Resolution Blue. HEX triplet: 28, 33 and 6D. RGB value is (40,51,109). Sum of RGB (Red+Green+Blue) = 40+51+109=200 (26% of max value = 765). Red value is 40 (16.02% from 255 or 20% from 200); Green value is 51 (20.31% from 255 or 25.5% from 200); Blue value is 109 (42.97% from 255 or 54.5% from 200); Max value from RGB is 109 - color contains mainly: blue. Hex color #28336D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #28336D is #D7CC92. Grayscale: #363636. Windows color (decimal): -14142611 or 7156520. OLE color: 7156520.
HSL color Cylindrical-coordinate representation of color #28336D: hue angle of 230.43º 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 #28336D is Cyan = 0.63, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 40 | 51 | 109 | - |
| CMYK | 0.63 | 0.53 | 0 | 0.57 |
| HSL | 230.43º | 0.46% | 0.29% | - |
| HSV(B) | 230.43º | 0.63% | 0.43% | - |
| XYZ | 4.82 | 3.92 | 14.97 | - |
| YUV | 54.32 | 158.86 | 117.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 51 | 109 | 0.63 | 0.53 | 0 | 0.57 | 230.43 | 0.46 | 0.29 |
| Hex | 28 | 33 | 6D | 3F | 35 | 0 | 39 | E6 | 2E | 1D |
| Octal | 50 | 63 | 155 | 77 | 65 | 0 | 71 | 346 | 56 | 35 |
| Binary | 101000 | 110011 | 1101101 | 111111 | 110101 | 0 | 111001 | 11100110 | 101110 | 11101 |
Color Harmonies of #28336D
Complementary color
Monochromatic Colors of #28336D
Black with #28336D
Text Example
Text Example
White with #28336D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28336D; }
p { color: rgb(40,51,109); }
H1.HeaderClassName
{
color: #28336D;
}
.AnyTagClassName
{
color: #28336D;
}
</style>
background-color css
<style>
a { background-color: #28336D; }
a { background-color: rgb(40,51,109); }
div.DivClassName
{
background-color: #28336D;
}
.BgClassName
{
background-color: #28336D;
}
</style>
border-color css
<style>
span { border-color: #28336D; }
span { border-color: rgb(40,51,109); }
td.TdClassName
{
border-color: #28336D;
}
.TagClassName
{
border-color: #28336D;
}
</style>