Shades of Resolution Blue #2B416B
Tints of Resolution Blue #2B416B
RGB
CMYK
RGB Variations
Color information
#2B416B (or 0x2B416B) is known color: Resolution Blue. HEX triplet: 2B, 41 and 6B. RGB value is (43,65,107). Sum of RGB (Red+Green+Blue) = 43+65+107=215 (28% of max value = 765). Red value is 43 (17.19% from 255 or 20% from 215); Green value is 65 (25.78% from 255 or 30.23% from 215); Blue value is 107 (42.19% from 255 or 49.77% from 215); Max value from RGB is 107 - color contains mainly: blue. Hex color #2B416B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2B416B is #D4BE94. Grayscale: #3F3F3F. Windows color (decimal): -13942421 or 7029035. OLE color: 7029035.
HSL color Cylindrical-coordinate representation of color #2B416B: hue angle of 219.38º degrees, saturation: 0.43, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #2B416B is Cyan = 0.60, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 43 | 65 | 107 | - |
| CMYK | 0.60 | 0.39 | 0 | 0.58 |
| HSL | 219.38º | 0.43% | 0.29% | - |
| HSV(B) | 219.38º | 0.6% | 0.42% | - |
| XYZ | 5.54 | 5.36 | 14.65 | - |
| YUV | 63.21 | 152.71 | 113.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 65 | 107 | 0.60 | 0.39 | 0 | 0.58 | 219.38 | 0.43 | 0.29 |
| Hex | 2B | 41 | 6B | 3C | 27 | 0 | 3A | DB | 2B | 1D |
| Octal | 53 | 101 | 153 | 74 | 47 | 0 | 72 | 333 | 53 | 35 |
| Binary | 101011 | 1000001 | 1101011 | 111100 | 100111 | 0 | 111010 | 11011011 | 101011 | 11101 |
Color Harmonies of #2B416B
Complementary color
Monochromatic Colors of #2B416B
Black with #2B416B
Text Example
Text Example
White with #2B416B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B416B; }
p { color: rgb(43,65,107); }
H1.HeaderClassName
{
color: #2B416B;
}
.AnyTagClassName
{
color: #2B416B;
}
</style>
background-color css
<style>
a { background-color: #2B416B; }
a { background-color: rgb(43,65,107); }
div.DivClassName
{
background-color: #2B416B;
}
.BgClassName
{
background-color: #2B416B;
}
</style>
border-color css
<style>
span { border-color: #2B416B; }
span { border-color: rgb(43,65,107); }
td.TdClassName
{
border-color: #2B416B;
}
.TagClassName
{
border-color: #2B416B;
}
</style>