Shades of Resolution Blue #2B446F
Tints of Resolution Blue #2B446F
RGB
CMYK
RGB Variations
Color information
#2B446F (or 0x2B446F) is known color: Resolution Blue. HEX triplet: 2B, 44 and 6F. RGB value is (43,68,111). Sum of RGB (Red+Green+Blue) = 43+68+111=222 (29% of max value = 765). Red value is 43 (17.19% from 255 or 19.37% from 222); Green value is 68 (26.95% from 255 or 30.63% from 222); Blue value is 111 (43.75% from 255 or 50% from 222); Max value from RGB is 111 - color contains mainly: blue. Hex color #2B446F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2B446F is #D4BB90. Grayscale: #414141. Windows color (decimal): -13941649 or 7291947. OLE color: 7291947.
HSL color Cylindrical-coordinate representation of color #2B446F: hue angle of 217.94º degrees, saturation: 0.44, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #2B446F is Cyan = 0.61, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 43 | 68 | 111 | - |
| CMYK | 0.61 | 0.39 | 0 | 0.56 |
| HSL | 217.94º | 0.44% | 0.3% | - |
| HSV(B) | 217.94º | 0.61% | 0.44% | - |
| XYZ | 5.93 | 5.8 | 15.84 | - |
| YUV | 65.43 | 153.72 | 112 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 68 | 111 | 0.61 | 0.39 | 0 | 0.56 | 217.94 | 0.44 | 0.3 |
| Hex | 2B | 44 | 6F | 3D | 27 | 0 | 38 | DA | 2C | 1E |
| Octal | 53 | 104 | 157 | 75 | 47 | 0 | 70 | 332 | 54 | 36 |
| Binary | 101011 | 1000100 | 1101111 | 111101 | 100111 | 0 | 111000 | 11011010 | 101100 | 11110 |
Color Harmonies of #2B446F
Complementary color
Monochromatic Colors of #2B446F
Black with #2B446F
Text Example
Text Example
White with #2B446F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B446F; }
p { color: rgb(43,68,111); }
H1.HeaderClassName
{
color: #2B446F;
}
.AnyTagClassName
{
color: #2B446F;
}
</style>
background-color css
<style>
a { background-color: #2B446F; }
a { background-color: rgb(43,68,111); }
div.DivClassName
{
background-color: #2B446F;
}
.BgClassName
{
background-color: #2B446F;
}
</style>
border-color css
<style>
span { border-color: #2B446F; }
span { border-color: rgb(43,68,111); }
td.TdClassName
{
border-color: #2B446F;
}
.TagClassName
{
border-color: #2B446F;
}
</style>