Shades of Resolution Blue #28346F
Tints of Resolution Blue #28346F
RGB
CMYK
RGB Variations
Color information
#28346F (or 0x28346F) is known color: Resolution Blue. HEX triplet: 28, 34 and 6F. RGB value is (40,52,111). Sum of RGB (Red+Green+Blue) = 40+52+111=203 (26% of max value = 765). Red value is 40 (16.02% from 255 or 19.70% from 203); Green value is 52 (20.70% from 255 or 25.62% from 203); Blue value is 111 (43.75% from 255 or 54.68% from 203); Max value from RGB is 111 - color contains mainly: blue. Hex color #28346F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #28346F is #D7CB90. Grayscale: #363636. Windows color (decimal): -14142353 or 7287848. OLE color: 7287848.
HSL color Cylindrical-coordinate representation of color #28346F: hue angle of 229.86º degrees, saturation: 0.47, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #28346F is Cyan = 0.64, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 40 | 52 | 111 | - |
| CMYK | 0.64 | 0.53 | 0 | 0.56 |
| HSL | 229.86º | 0.47% | 0.3% | - |
| HSV(B) | 229.86º | 0.64% | 0.44% | - |
| XYZ | 4.97 | 4.05 | 15.56 | - |
| YUV | 55.14 | 159.52 | 117.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 52 | 111 | 0.64 | 0.53 | 0 | 0.56 | 229.86 | 0.47 | 0.3 |
| Hex | 28 | 34 | 6F | 40 | 35 | 0 | 38 | E6 | 2F | 1E |
| Octal | 50 | 64 | 157 | 100 | 65 | 0 | 70 | 346 | 57 | 36 |
| Binary | 101000 | 110100 | 1101111 | 1000000 | 110101 | 0 | 111000 | 11100110 | 101111 | 11110 |
Color Harmonies of #28346F
Complementary color
Monochromatic Colors of #28346F
Black with #28346F
Text Example
Text Example
White with #28346F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28346F; }
p { color: rgb(40,52,111); }
H1.HeaderClassName
{
color: #28346F;
}
.AnyTagClassName
{
color: #28346F;
}
</style>
background-color css
<style>
a { background-color: #28346F; }
a { background-color: rgb(40,52,111); }
div.DivClassName
{
background-color: #28346F;
}
.BgClassName
{
background-color: #28346F;
}
</style>
border-color css
<style>
span { border-color: #28346F; }
span { border-color: rgb(40,52,111); }
td.TdClassName
{
border-color: #28346F;
}
.TagClassName
{
border-color: #28346F;
}
</style>