Shades of Resolution Blue #28326F
Tints of Resolution Blue #28326F
RGB
CMYK
RGB Variations
Color information
#28326F (or 0x28326F) is known color: Resolution Blue. HEX triplet: 28, 32 and 6F. RGB value is (40,50,111). Sum of RGB (Red+Green+Blue) = 40+50+111=201 (26% of max value = 765). Red value is 40 (16.02% from 255 or 19.90% from 201); Green value is 50 (19.92% from 255 or 24.88% from 201); Blue value is 111 (43.75% from 255 or 55.22% from 201); Max value from RGB is 111 - color contains mainly: blue. Hex color #28326F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #28326F is #D7CD90. Grayscale: #353535. Windows color (decimal): -14142865 or 7287336. OLE color: 7287336.
HSL color Cylindrical-coordinate representation of color #28326F: hue angle of 231.55º 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 #28326F is Cyan = 0.64, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 40 | 50 | 111 | - |
| CMYK | 0.64 | 0.55 | 0 | 0.56 |
| HSL | 231.55º | 0.47% | 0.3% | - |
| HSV(B) | 231.55º | 0.64% | 0.44% | - |
| XYZ | 4.88 | 3.88 | 15.53 | - |
| YUV | 53.96 | 160.19 | 118.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 50 | 111 | 0.64 | 0.55 | 0 | 0.56 | 231.55 | 0.47 | 0.3 |
| Hex | 28 | 32 | 6F | 40 | 37 | 0 | 38 | E8 | 2F | 1E |
| Octal | 50 | 62 | 157 | 100 | 67 | 0 | 70 | 350 | 57 | 36 |
| Binary | 101000 | 110010 | 1101111 | 1000000 | 110111 | 0 | 111000 | 11101000 | 101111 | 11110 |
Color Harmonies of #28326F
Complementary color
Monochromatic Colors of #28326F
Black with #28326F
Text Example
Text Example
White with #28326F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28326F; }
p { color: rgb(40,50,111); }
H1.HeaderClassName
{
color: #28326F;
}
.AnyTagClassName
{
color: #28326F;
}
</style>
background-color css
<style>
a { background-color: #28326F; }
a { background-color: rgb(40,50,111); }
div.DivClassName
{
background-color: #28326F;
}
.BgClassName
{
background-color: #28326F;
}
</style>
border-color css
<style>
span { border-color: #28326F; }
span { border-color: rgb(40,50,111); }
td.TdClassName
{
border-color: #28326F;
}
.TagClassName
{
border-color: #28326F;
}
</style>