Shades of Resolution Blue #2B3678
Tints of Resolution Blue #2B3678
RGB
CMYK
RGB Variations
Color information
#2B3678 (or 0x2B3678) is known color: Resolution Blue. HEX triplet: 2B, 36 and 78. RGB value is (43,54,120). Sum of RGB (Red+Green+Blue) = 43+54+120=217 (28% of max value = 765). Red value is 43 (17.19% from 255 or 19.82% from 217); Green value is 54 (21.48% from 255 or 24.88% from 217); Blue value is 120 (47.27% from 255 or 55.30% from 217); Max value from RGB is 120 - color contains mainly: blue. Hex color #2B3678 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2B3678 is #D4C987. Grayscale: #393939. Windows color (decimal): -13945224 or 7878187. OLE color: 7878187.
HSL color Cylindrical-coordinate representation of color #2B3678: hue angle of 231.43º degrees, saturation: 0.47, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #2B3678 is Cyan = 0.64, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 43 | 54 | 120 | - |
| CMYK | 0.64 | 0.55 | 0 | 0.53 |
| HSL | 231.43º | 0.47% | 0.32% | - |
| HSV(B) | 231.43º | 0.64% | 0.47% | - |
| XYZ | 5.71 | 4.51 | 18.34 | - |
| YUV | 58.24 | 162.86 | 117.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 54 | 120 | 0.64 | 0.55 | 0 | 0.53 | 231.43 | 0.47 | 0.32 |
| Hex | 2B | 36 | 78 | 40 | 37 | 0 | 35 | E7 | 2F | 20 |
| Octal | 53 | 66 | 170 | 100 | 67 | 0 | 65 | 347 | 57 | 40 |
| Binary | 101011 | 110110 | 1111000 | 1000000 | 110111 | 0 | 110101 | 11100111 | 101111 | 100000 |
Color Harmonies of #2B3678
Complementary color
Monochromatic Colors of #2B3678
Black with #2B3678
Text Example
Text Example
White with #2B3678
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B3678; }
p { color: rgb(43,54,120); }
H1.HeaderClassName
{
color: #2B3678;
}
.AnyTagClassName
{
color: #2B3678;
}
</style>
background-color css
<style>
a { background-color: #2B3678; }
a { background-color: rgb(43,54,120); }
div.DivClassName
{
background-color: #2B3678;
}
.BgClassName
{
background-color: #2B3678;
}
</style>
border-color css
<style>
span { border-color: #2B3678; }
span { border-color: rgb(43,54,120); }
td.TdClassName
{
border-color: #2B3678;
}
.TagClassName
{
border-color: #2B3678;
}
</style>