Shades of Resolution Blue #2B4374
Tints of Resolution Blue #2B4374
RGB
CMYK
RGB Variations
Color information
#2B4374 (or 0x2B4374) is known color: Resolution Blue. HEX triplet: 2B, 43 and 74. RGB value is (43,67,116). Sum of RGB (Red+Green+Blue) = 43+67+116=226 (29% of max value = 765). Red value is 43 (17.19% from 255 or 19.03% from 226); Green value is 67 (26.56% from 255 or 29.65% from 226); Blue value is 116 (45.70% from 255 or 51.33% from 226); Max value from RGB is 116 - color contains mainly: blue. Hex color #2B4374 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2B4374 is #D4BC8B. Grayscale: #414141. Windows color (decimal): -13941900 or 7619371. OLE color: 7619371.
HSL color Cylindrical-coordinate representation of color #2B4374: hue angle of 220.27º degrees, saturation: 0.46, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #2B4374 is Cyan = 0.63, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 43 | 67 | 116 | - |
| CMYK | 0.63 | 0.42 | 0 | 0.55 |
| HSL | 220.27º | 0.46% | 0.31% | - |
| HSV(B) | 220.27º | 0.63% | 0.45% | - |
| XYZ | 6.16 | 5.79 | 17.32 | - |
| YUV | 65.41 | 156.55 | 112.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 67 | 116 | 0.63 | 0.42 | 0 | 0.55 | 220.27 | 0.46 | 0.31 |
| Hex | 2B | 43 | 74 | 3F | 2A | 0 | 37 | DC | 2E | 1F |
| Octal | 53 | 103 | 164 | 77 | 52 | 0 | 67 | 334 | 56 | 37 |
| Binary | 101011 | 1000011 | 1110100 | 111111 | 101010 | 0 | 110111 | 11011100 | 101110 | 11111 |
Color Harmonies of #2B4374
Complementary color
Monochromatic Colors of #2B4374
Black with #2B4374
Text Example
Text Example
White with #2B4374
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B4374; }
p { color: rgb(43,67,116); }
H1.HeaderClassName
{
color: #2B4374;
}
.AnyTagClassName
{
color: #2B4374;
}
</style>
background-color css
<style>
a { background-color: #2B4374; }
a { background-color: rgb(43,67,116); }
div.DivClassName
{
background-color: #2B4374;
}
.BgClassName
{
background-color: #2B4374;
}
</style>
border-color css
<style>
span { border-color: #2B4374; }
span { border-color: rgb(43,67,116); }
td.TdClassName
{
border-color: #2B4374;
}
.TagClassName
{
border-color: #2B4374;
}
</style>