Shades of Resolution Blue #28367A
Tints of Resolution Blue #28367A
RGB
CMYK
RGB Variations
Color information
#28367A (or 0x28367A) is known color: Resolution Blue. HEX triplet: 28, 36 and 7A. RGB value is (40,54,122). Sum of RGB (Red+Green+Blue) = 40+54+122=216 (28% of max value = 765). Red value is 40 (16.02% from 255 or 18.52% from 216); Green value is 54 (21.48% from 255 or 25% from 216); Blue value is 122 (48.05% from 255 or 56.48% from 216); Max value from RGB is 122 - color contains mainly: blue. Hex color #28367A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #28367A is #D7C985. Grayscale: #393939. Windows color (decimal): -14141830 or 8009256. OLE color: 8009256.
HSL color Cylindrical-coordinate representation of color #28367A: hue angle of 229.76º degrees, saturation: 0.51, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #28367A is Cyan = 0.67, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 40 | 54 | 122 | - |
| CMYK | 0.67 | 0.56 | 0 | 0.52 |
| HSL | 229.76º | 0.51% | 0.32% | - |
| HSV(B) | 229.76º | 0.67% | 0.48% | - |
| XYZ | 5.71 | 4.49 | 18.98 | - |
| YUV | 57.57 | 164.36 | 115.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 54 | 122 | 0.67 | 0.56 | 0 | 0.52 | 229.76 | 0.51 | 0.32 |
| Hex | 28 | 36 | 7A | 43 | 38 | 0 | 34 | E6 | 33 | 20 |
| Octal | 50 | 66 | 172 | 103 | 70 | 0 | 64 | 346 | 63 | 40 |
| Binary | 101000 | 110110 | 1111010 | 1000011 | 111000 | 0 | 110100 | 11100110 | 110011 | 100000 |
Color Harmonies of #28367A
Complementary color
Monochromatic Colors of #28367A
Black with #28367A
Text Example
Text Example
White with #28367A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28367A; }
p { color: rgb(40,54,122); }
H1.HeaderClassName
{
color: #28367A;
}
.AnyTagClassName
{
color: #28367A;
}
</style>
background-color css
<style>
a { background-color: #28367A; }
a { background-color: rgb(40,54,122); }
div.DivClassName
{
background-color: #28367A;
}
.BgClassName
{
background-color: #28367A;
}
</style>
border-color css
<style>
span { border-color: #28367A; }
span { border-color: rgb(40,54,122); }
td.TdClassName
{
border-color: #28367A;
}
.TagClassName
{
border-color: #28367A;
}
</style>