Shades of Resolution Blue #28347D
Tints of Resolution Blue #28347D
RGB
CMYK
RGB Variations
Color information
#28347D (or 0x28347D) is known color: Resolution Blue. HEX triplet: 28, 34 and 7D. RGB value is (40,52,125). Sum of RGB (Red+Green+Blue) = 40+52+125=217 (28% of max value = 765). Red value is 40 (16.02% from 255 or 18.43% from 217); Green value is 52 (20.70% from 255 or 23.96% from 217); Blue value is 125 (49.22% from 255 or 57.60% from 217); Max value from RGB is 125 - color contains mainly: blue. Hex color #28347D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #28347D is #D7CB82. Grayscale: #383838. Windows color (decimal): -14142339 or 8205352. OLE color: 8205352.
HSL color Cylindrical-coordinate representation of color #28347D: hue angle of 231.53º degrees, saturation: 0.52, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #28347D is Cyan = 0.68, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 40 | 52 | 125 | - |
| CMYK | 0.68 | 0.58 | 0 | 0.51 |
| HSL | 231.53º | 0.52% | 0.32% | - |
| HSV(B) | 231.53º | 0.68% | 0.49% | - |
| XYZ | 5.8 | 4.39 | 19.94 | - |
| YUV | 56.73 | 166.52 | 116.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 52 | 125 | 0.68 | 0.58 | 0 | 0.51 | 231.53 | 0.52 | 0.32 |
| Hex | 28 | 34 | 7D | 44 | 3A | 0 | 33 | E8 | 34 | 20 |
| Octal | 50 | 64 | 175 | 104 | 72 | 0 | 63 | 350 | 64 | 40 |
| Binary | 101000 | 110100 | 1111101 | 1000100 | 111010 | 0 | 110011 | 11101000 | 110100 | 100000 |
Color Harmonies of #28347D
Complementary color
Monochromatic Colors of #28347D
Black with #28347D
Text Example
Text Example
White with #28347D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28347D; }
p { color: rgb(40,52,125); }
H1.HeaderClassName
{
color: #28347D;
}
.AnyTagClassName
{
color: #28347D;
}
</style>
background-color css
<style>
a { background-color: #28347D; }
a { background-color: rgb(40,52,125); }
div.DivClassName
{
background-color: #28347D;
}
.BgClassName
{
background-color: #28347D;
}
</style>
border-color css
<style>
span { border-color: #28347D; }
span { border-color: rgb(40,52,125); }
td.TdClassName
{
border-color: #28347D;
}
.TagClassName
{
border-color: #28347D;
}
</style>