Shades of Resolution Blue #2B388D
Tints of Resolution Blue #2B388D
RGB
CMYK
RGB Variations
Color information
#2B388D (or 0x2B388D) is known color: Resolution Blue. HEX triplet: 2B, 38 and 8D. RGB value is (43,56,141). Sum of RGB (Red+Green+Blue) = 43+56+141=240 (31% of max value = 765). Red value is 43 (17.19% from 255 or 17.92% from 240); Green value is 56 (22.27% from 255 or 23.33% from 240); Blue value is 141 (55.47% from 255 or 58.75% from 240); Max value from RGB is 141 - color contains mainly: blue. Hex color #2B388D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2B388D is #D4C772. Grayscale: #3D3D3D. Windows color (decimal): -13944691 or 9254955. OLE color: 9254955.
HSL color Cylindrical-coordinate representation of color #2B388D: hue angle of 232.04º degrees, saturation: 0.53, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #2B388D is Cyan = 0.70, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 43 | 56 | 141 | - |
| CMYK | 0.70 | 0.60 | 0 | 0.45 |
| HSL | 232.04º | 0.53% | 0.36% | - |
| HSV(B) | 232.04º | 0.7% | 0.55% | - |
| XYZ | 7.22 | 5.27 | 25.84 | - |
| YUV | 61.8 | 172.69 | 114.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 56 | 141 | 0.70 | 0.60 | 0 | 0.45 | 232.04 | 0.53 | 0.36 |
| Hex | 2B | 38 | 8D | 46 | 3C | 0 | 2D | E8 | 35 | 24 |
| Octal | 53 | 70 | 215 | 106 | 74 | 0 | 55 | 350 | 65 | 44 |
| Binary | 101011 | 111000 | 10001101 | 1000110 | 111100 | 0 | 101101 | 11101000 | 110101 | 100100 |
Color Harmonies of #2B388D
Complementary color
Monochromatic Colors of #2B388D
Black with #2B388D
Text Example
Text Example
White with #2B388D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B388D; }
p { color: rgb(43,56,141); }
H1.HeaderClassName
{
color: #2B388D;
}
.AnyTagClassName
{
color: #2B388D;
}
</style>
background-color css
<style>
a { background-color: #2B388D; }
a { background-color: rgb(43,56,141); }
div.DivClassName
{
background-color: #2B388D;
}
.BgClassName
{
background-color: #2B388D;
}
</style>
border-color css
<style>
span { border-color: #2B388D; }
span { border-color: rgb(43,56,141); }
td.TdClassName
{
border-color: #2B388D;
}
.TagClassName
{
border-color: #2B388D;
}
</style>