Shades of Resolution Blue #343F6D
Tints of Resolution Blue #343F6D
RGB
CMYK
RGB Variations
Color information
#343F6D (or 0x343F6D) is known color: Resolution Blue. HEX triplet: 34, 3F and 6D. RGB value is (52,63,109). Sum of RGB (Red+Green+Blue) = 52+63+109=224 (29% of max value = 765). Red value is 52 (20.70% from 255 or 23.21% from 224); Green value is 63 (25% from 255 or 28.12% from 224); Blue value is 109 (42.97% from 255 or 48.66% from 224); Max value from RGB is 109 - color contains mainly: blue. Hex color #343F6D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #343F6D is #CBC092. Grayscale: #404040. Windows color (decimal): -13353107 or 7159604. OLE color: 7159604.
HSL color Cylindrical-coordinate representation of color #343F6D: hue angle of 228.42º 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 #343F6D is Cyan = 0.52, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 52 | 63 | 109 | - |
| CMYK | 0.52 | 0.42 | 0 | 0.57 |
| HSL | 228.42º | 0.35% | 0.32% | - |
| HSV(B) | 228.42º | 0.52% | 0.43% | - |
| XYZ | 5.95 | 5.39 | 15.19 | - |
| YUV | 64.96 | 152.86 | 118.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 63 | 109 | 0.52 | 0.42 | 0 | 0.57 | 228.42 | 0.35 | 0.32 |
| Hex | 34 | 3F | 6D | 34 | 2A | 0 | 39 | E4 | 23 | 20 |
| Octal | 64 | 77 | 155 | 64 | 52 | 0 | 71 | 344 | 43 | 40 |
| Binary | 110100 | 111111 | 1101101 | 110100 | 101010 | 0 | 111001 | 11100100 | 100011 | 100000 |
Color Harmonies of #343F6D
Complementary color
Monochromatic Colors of #343F6D
Black with #343F6D
Text Example
Text Example
White with #343F6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #343F6D; }
p { color: rgb(52,63,109); }
H1.HeaderClassName
{
color: #343F6D;
}
.AnyTagClassName
{
color: #343F6D;
}
</style>
background-color css
<style>
a { background-color: #343F6D; }
a { background-color: rgb(52,63,109); }
div.DivClassName
{
background-color: #343F6D;
}
.BgClassName
{
background-color: #343F6D;
}
</style>
border-color css
<style>
span { border-color: #343F6D; }
span { border-color: rgb(52,63,109); }
td.TdClassName
{
border-color: #343F6D;
}
.TagClassName
{
border-color: #343F6D;
}
</style>