Shades of Resolution Blue #2B4375
Tints of Resolution Blue #2B4375
RGB
CMYK
RGB Variations
Color information
#2B4375 (or 0x2B4375) is known color: Resolution Blue. HEX triplet: 2B, 43 and 75. RGB value is (43,67,117). Sum of RGB (Red+Green+Blue) = 43+67+117=227 (30% of max value = 765). Red value is 43 (17.19% from 255 or 18.94% from 227); Green value is 67 (26.56% from 255 or 29.52% from 227); Blue value is 117 (46.09% from 255 or 51.54% from 227); Max value from RGB is 117 - color contains mainly: blue. Hex color #2B4375 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2B4375 is #D4BC8A. Grayscale: #414141. Windows color (decimal): -13941899 or 7684907. OLE color: 7684907.
HSL color Cylindrical-coordinate representation of color #2B4375: hue angle of 220.54º degrees, saturation: 0.46, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #2B4375 is Cyan = 0.63, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 43 | 67 | 117 | - |
| CMYK | 0.63 | 0.43 | 0 | 0.54 |
| HSL | 220.54º | 0.46% | 0.31% | - |
| HSV(B) | 220.54º | 0.63% | 0.46% | - |
| XYZ | 6.21 | 5.81 | 17.62 | - |
| YUV | 65.52 | 157.05 | 111.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 67 | 117 | 0.63 | 0.43 | 0 | 0.54 | 220.54 | 0.46 | 0.31 |
| Hex | 2B | 43 | 75 | 3F | 2B | 0 | 36 | DD | 2E | 1F |
| Octal | 53 | 103 | 165 | 77 | 53 | 0 | 66 | 335 | 56 | 37 |
| Binary | 101011 | 1000011 | 1110101 | 111111 | 101011 | 0 | 110110 | 11011101 | 101110 | 11111 |
Color Harmonies of #2B4375
Complementary color
Monochromatic Colors of #2B4375
Black with #2B4375
Text Example
Text Example
White with #2B4375
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B4375; }
p { color: rgb(43,67,117); }
H1.HeaderClassName
{
color: #2B4375;
}
.AnyTagClassName
{
color: #2B4375;
}
</style>
background-color css
<style>
a { background-color: #2B4375; }
a { background-color: rgb(43,67,117); }
div.DivClassName
{
background-color: #2B4375;
}
.BgClassName
{
background-color: #2B4375;
}
</style>
border-color css
<style>
span { border-color: #2B4375; }
span { border-color: rgb(43,67,117); }
td.TdClassName
{
border-color: #2B4375;
}
.TagClassName
{
border-color: #2B4375;
}
</style>