Shades of Resolution Blue #2B377C
Tints of Resolution Blue #2B377C
RGB
CMYK
RGB Variations
Color information
#2B377C (or 0x2B377C) is known color: Resolution Blue. HEX triplet: 2B, 37 and 7C. RGB value is (43,55,124). Sum of RGB (Red+Green+Blue) = 43+55+124=222 (29% of max value = 765). Red value is 43 (17.19% from 255 or 19.37% from 222); Green value is 55 (21.88% from 255 or 24.77% from 222); Blue value is 124 (48.83% from 255 or 55.86% from 222); Max value from RGB is 124 - color contains mainly: blue. Hex color #2B377C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2B377C is #D4C883. Grayscale: #3A3A3A. Windows color (decimal): -13944964 or 8140587. OLE color: 8140587.
HSL color Cylindrical-coordinate representation of color #2B377C: hue angle of 231.11º degrees, saturation: 0.49, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #2B377C is Cyan = 0.65, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 43 | 55 | 124 | - |
| CMYK | 0.65 | 0.56 | 0 | 0.51 |
| HSL | 231.11º | 0.49% | 0.33% | - |
| HSV(B) | 231.11º | 0.65% | 0.49% | - |
| XYZ | 6 | 4.7 | 19.66 | - |
| YUV | 59.28 | 164.52 | 116.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 55 | 124 | 0.65 | 0.56 | 0 | 0.51 | 231.11 | 0.49 | 0.33 |
| Hex | 2B | 37 | 7C | 41 | 38 | 0 | 33 | E7 | 31 | 21 |
| Octal | 53 | 67 | 174 | 101 | 70 | 0 | 63 | 347 | 61 | 41 |
| Binary | 101011 | 110111 | 1111100 | 1000001 | 111000 | 0 | 110011 | 11100111 | 110001 | 100001 |
Color Harmonies of #2B377C
Complementary color
Monochromatic Colors of #2B377C
Black with #2B377C
Text Example
Text Example
White with #2B377C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B377C; }
p { color: rgb(43,55,124); }
H1.HeaderClassName
{
color: #2B377C;
}
.AnyTagClassName
{
color: #2B377C;
}
</style>
background-color css
<style>
a { background-color: #2B377C; }
a { background-color: rgb(43,55,124); }
div.DivClassName
{
background-color: #2B377C;
}
.BgClassName
{
background-color: #2B377C;
}
</style>
border-color css
<style>
span { border-color: #2B377C; }
span { border-color: rgb(43,55,124); }
td.TdClassName
{
border-color: #2B377C;
}
.TagClassName
{
border-color: #2B377C;
}
</style>