Shades of Resolution Blue #2B3E7D
Tints of Resolution Blue #2B3E7D
RGB
CMYK
RGB Variations
Color information
#2B3E7D (or 0x2B3E7D) is known color: Resolution Blue. HEX triplet: 2B, 3E and 7D. RGB value is (43,62,125). Sum of RGB (Red+Green+Blue) = 43+62+125=230 (30% of max value = 765). Red value is 43 (17.19% from 255 or 18.70% from 230); Green value is 62 (24.61% from 255 or 26.96% from 230); Blue value is 125 (49.22% from 255 or 54.35% from 230); Max value from RGB is 125 - color contains mainly: blue. Hex color #2B3E7D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2B3E7D is #D4C182. Grayscale: #3F3F3F. Windows color (decimal): -13943171 or 8207915. OLE color: 8207915.
HSL color Cylindrical-coordinate representation of color #2B3E7D: hue angle of 226.1º degrees, saturation: 0.49, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #2B3E7D is Cyan = 0.66, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 43 | 62 | 125 | - |
| CMYK | 0.66 | 0.50 | 0 | 0.51 |
| HSL | 226.1º | 0.49% | 0.33% | - |
| HSV(B) | 226.1º | 0.66% | 0.49% | - |
| XYZ | 6.42 | 5.44 | 20.11 | - |
| YUV | 63.5 | 162.71 | 113.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 62 | 125 | 0.66 | 0.50 | 0 | 0.51 | 226.1 | 0.49 | 0.33 |
| Hex | 2B | 3E | 7D | 42 | 32 | 0 | 33 | E2 | 31 | 21 |
| Octal | 53 | 76 | 175 | 102 | 62 | 0 | 63 | 342 | 61 | 41 |
| Binary | 101011 | 111110 | 1111101 | 1000010 | 110010 | 0 | 110011 | 11100010 | 110001 | 100001 |
Color Harmonies of #2B3E7D
Complementary color
Monochromatic Colors of #2B3E7D
Black with #2B3E7D
Text Example
Text Example
White with #2B3E7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B3E7D; }
p { color: rgb(43,62,125); }
H1.HeaderClassName
{
color: #2B3E7D;
}
.AnyTagClassName
{
color: #2B3E7D;
}
</style>
background-color css
<style>
a { background-color: #2B3E7D; }
a { background-color: rgb(43,62,125); }
div.DivClassName
{
background-color: #2B3E7D;
}
.BgClassName
{
background-color: #2B3E7D;
}
</style>
border-color css
<style>
span { border-color: #2B3E7D; }
span { border-color: rgb(43,62,125); }
td.TdClassName
{
border-color: #2B3E7D;
}
.TagClassName
{
border-color: #2B3E7D;
}
</style>