Shades of Resolution Blue #343E6D
Tints of Resolution Blue #343E6D
RGB
CMYK
RGB Variations
Color information
#343E6D (or 0x343E6D) is known color: Resolution Blue. HEX triplet: 34, 3E and 6D. RGB value is (52,62,109). Sum of RGB (Red+Green+Blue) = 52+62+109=223 (29% of max value = 765). Red value is 52 (20.70% from 255 or 23.32% from 223); Green value is 62 (24.61% from 255 or 27.80% from 223); Blue value is 109 (42.97% from 255 or 48.88% from 223); Max value from RGB is 109 - color contains mainly: blue. Hex color #343E6D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #343E6D is #CBC192. Grayscale: #404040. Windows color (decimal): -13353363 or 7159348. OLE color: 7159348.
HSL color Cylindrical-coordinate representation of color #343E6D: hue angle of 229.47º degrees, saturation: 0.35, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #343E6D is Cyan = 0.52, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 52 | 62 | 109 | - |
| CMYK | 0.52 | 0.43 | 0 | 0.57 |
| HSL | 229.47º | 0.35% | 0.32% | - |
| HSV(B) | 229.47º | 0.52% | 0.43% | - |
| XYZ | 5.9 | 5.28 | 15.18 | - |
| YUV | 64.37 | 153.19 | 119.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 62 | 109 | 0.52 | 0.43 | 0 | 0.57 | 229.47 | 0.35 | 0.32 |
| Hex | 34 | 3E | 6D | 34 | 2B | 0 | 39 | E5 | 23 | 20 |
| Octal | 64 | 76 | 155 | 64 | 53 | 0 | 71 | 345 | 43 | 40 |
| Binary | 110100 | 111110 | 1101101 | 110100 | 101011 | 0 | 111001 | 11100101 | 100011 | 100000 |
Color Harmonies of #343E6D
Complementary color
Monochromatic Colors of #343E6D
Black with #343E6D
Text Example
Text Example
White with #343E6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #343E6D; }
p { color: rgb(52,62,109); }
H1.HeaderClassName
{
color: #343E6D;
}
.AnyTagClassName
{
color: #343E6D;
}
</style>
background-color css
<style>
a { background-color: #343E6D; }
a { background-color: rgb(52,62,109); }
div.DivClassName
{
background-color: #343E6D;
}
.BgClassName
{
background-color: #343E6D;
}
</style>
border-color css
<style>
span { border-color: #343E6D; }
span { border-color: rgb(52,62,109); }
td.TdClassName
{
border-color: #343E6D;
}
.TagClassName
{
border-color: #343E6D;
}
</style>