Shades of Resolution Blue #2C3C7E
Tints of Resolution Blue #2C3C7E
RGB
CMYK
RGB Variations
Color information
#2C3C7E (or 0x2C3C7E) is known color: Resolution Blue. HEX triplet: 2C, 3C and 7E. RGB value is (44,60,126). Sum of RGB (Red+Green+Blue) = 44+60+126=230 (30% of max value = 765). Red value is 44 (17.58% from 255 or 19.13% from 230); Green value is 60 (23.83% from 255 or 26.09% from 230); Blue value is 126 (49.61% from 255 or 54.78% from 230); Max value from RGB is 126 - color contains mainly: blue. Hex color #2C3C7E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2C3C7E is #D3C381. Grayscale: #3E3E3E. Windows color (decimal): -13878146 or 8272940. OLE color: 8272940.
HSL color Cylindrical-coordinate representation of color #2C3C7E: hue angle of 228.29º degrees, saturation: 0.48, 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 #2C3C7E is Cyan = 0.65, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 44 | 60 | 126 | - |
| CMYK | 0.65 | 0.52 | 0 | 0.51 |
| HSL | 228.29º | 0.48% | 0.33% | - |
| HSV(B) | 228.29º | 0.65% | 0.49% | - |
| XYZ | 6.42 | 5.27 | 20.42 | - |
| YUV | 62.74 | 163.7 | 114.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 60 | 126 | 0.65 | 0.52 | 0 | 0.51 | 228.29 | 0.48 | 0.33 |
| Hex | 2C | 3C | 7E | 41 | 34 | 0 | 33 | E4 | 30 | 21 |
| Octal | 54 | 74 | 176 | 101 | 64 | 0 | 63 | 344 | 60 | 41 |
| Binary | 101100 | 111100 | 1111110 | 1000001 | 110100 | 0 | 110011 | 11100100 | 110000 | 100001 |
Color Harmonies of #2C3C7E
Complementary color
Monochromatic Colors of #2C3C7E
Black with #2C3C7E
Text Example
Text Example
White with #2C3C7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C3C7E; }
p { color: rgb(44,60,126); }
H1.HeaderClassName
{
color: #2C3C7E;
}
.AnyTagClassName
{
color: #2C3C7E;
}
</style>
background-color css
<style>
a { background-color: #2C3C7E; }
a { background-color: rgb(44,60,126); }
div.DivClassName
{
background-color: #2C3C7E;
}
.BgClassName
{
background-color: #2C3C7E;
}
</style>
border-color css
<style>
span { border-color: #2C3C7E; }
span { border-color: rgb(44,60,126); }
td.TdClassName
{
border-color: #2C3C7E;
}
.TagClassName
{
border-color: #2C3C7E;
}
</style>