Shades of Resolution Blue #28356D
Tints of Resolution Blue #28356D
RGB
CMYK
RGB Variations
Color information
#28356D (or 0x28356D) is known color: Resolution Blue. HEX triplet: 28, 35 and 6D. RGB value is (40,53,109). Sum of RGB (Red+Green+Blue) = 40+53+109=202 (26% of max value = 765). Red value is 40 (16.02% from 255 or 19.80% from 202); Green value is 53 (21.09% from 255 or 26.24% from 202); Blue value is 109 (42.97% from 255 or 53.96% from 202); Max value from RGB is 109 - color contains mainly: blue. Hex color #28356D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #28356D is #D7CA92. Grayscale: #373737. Windows color (decimal): -14142099 or 7157032. OLE color: 7157032.
HSL color Cylindrical-coordinate representation of color #28356D: hue angle of 228.7º 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 #28356D is Cyan = 0.63, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 40 | 53 | 109 | - |
| CMYK | 0.63 | 0.51 | 0 | 0.57 |
| HSL | 228.7º | 0.46% | 0.29% | - |
| HSV(B) | 228.7º | 0.63% | 0.43% | - |
| XYZ | 4.91 | 4.1 | 15 | - |
| YUV | 55.5 | 158.19 | 116.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 53 | 109 | 0.63 | 0.51 | 0 | 0.57 | 228.7 | 0.46 | 0.29 |
| Hex | 28 | 35 | 6D | 3F | 33 | 0 | 39 | E5 | 2E | 1D |
| Octal | 50 | 65 | 155 | 77 | 63 | 0 | 71 | 345 | 56 | 35 |
| Binary | 101000 | 110101 | 1101101 | 111111 | 110011 | 0 | 111001 | 11100101 | 101110 | 11101 |
Color Harmonies of #28356D
Complementary color
Monochromatic Colors of #28356D
Black with #28356D
Text Example
Text Example
White with #28356D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28356D; }
p { color: rgb(40,53,109); }
H1.HeaderClassName
{
color: #28356D;
}
.AnyTagClassName
{
color: #28356D;
}
</style>
background-color css
<style>
a { background-color: #28356D; }
a { background-color: rgb(40,53,109); }
div.DivClassName
{
background-color: #28356D;
}
.BgClassName
{
background-color: #28356D;
}
</style>
border-color css
<style>
span { border-color: #28356D; }
span { border-color: rgb(40,53,109); }
td.TdClassName
{
border-color: #28356D;
}
.TagClassName
{
border-color: #28356D;
}
</style>