Shades of Resolution Blue #343F77
Tints of Resolution Blue #343F77
RGB
CMYK
RGB Variations
Color information
#343F77 (or 0x343F77) is known color: Resolution Blue. HEX triplet: 34, 3F and 77. RGB value is (52,63,119). Sum of RGB (Red+Green+Blue) = 52+63+119=234 (30% of max value = 765). Red value is 52 (20.70% from 255 or 22.22% from 234); Green value is 63 (25% from 255 or 26.92% from 234); Blue value is 119 (46.88% from 255 or 50.85% from 234); Max value from RGB is 119 - color contains mainly: blue. Hex color #343F77 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #343F77 is #CBC088. Grayscale: #414141. Windows color (decimal): -13353097 or 7814964. OLE color: 7814964.
HSL color Cylindrical-coordinate representation of color #343F77: hue angle of 230.15º degrees, saturation: 0.39, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #343F77 is Cyan = 0.56, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 52 | 63 | 119 | - |
| CMYK | 0.56 | 0.47 | 0 | 0.53 |
| HSL | 230.15º | 0.39% | 0.34% | - |
| HSV(B) | 230.15º | 0.56% | 0.47% | - |
| XYZ | 6.52 | 5.62 | 18.19 | - |
| YUV | 66.1 | 157.86 | 117.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 63 | 119 | 0.56 | 0.47 | 0 | 0.53 | 230.15 | 0.39 | 0.34 |
| Hex | 34 | 3F | 77 | 38 | 2F | 0 | 35 | E6 | 27 | 22 |
| Octal | 64 | 77 | 167 | 70 | 57 | 0 | 65 | 346 | 47 | 42 |
| Binary | 110100 | 111111 | 1110111 | 111000 | 101111 | 0 | 110101 | 11100110 | 100111 | 100010 |
Color Harmonies of #343F77
Complementary color
Monochromatic Colors of #343F77
Black with #343F77
Text Example
Text Example
White with #343F77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #343F77; }
p { color: rgb(52,63,119); }
H1.HeaderClassName
{
color: #343F77;
}
.AnyTagClassName
{
color: #343F77;
}
</style>
background-color css
<style>
a { background-color: #343F77; }
a { background-color: rgb(52,63,119); }
div.DivClassName
{
background-color: #343F77;
}
.BgClassName
{
background-color: #343F77;
}
</style>
border-color css
<style>
span { border-color: #343F77; }
span { border-color: rgb(52,63,119); }
td.TdClassName
{
border-color: #343F77;
}
.TagClassName
{
border-color: #343F77;
}
</style>