Shades of Resolution Blue #344374
Tints of Resolution Blue #344374
RGB
CMYK
RGB Variations
Color information
#344374 (or 0x344374) is known color: Resolution Blue. HEX triplet: 34, 43 and 74. RGB value is (52,67,116). Sum of RGB (Red+Green+Blue) = 52+67+116=235 (31% of max value = 765). Red value is 52 (20.70% from 255 or 22.13% from 235); Green value is 67 (26.56% from 255 or 28.51% from 235); Blue value is 116 (45.70% from 255 or 49.36% from 235); Max value from RGB is 116 - color contains mainly: blue. Hex color #344374 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #344374 is #CBBC8B. Grayscale: #434343. Windows color (decimal): -13352076 or 7619380. OLE color: 7619380.
HSL color Cylindrical-coordinate representation of color #344374: hue angle of 225.94º degrees, saturation: 0.38, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #344374 is Cyan = 0.55, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 52 | 67 | 116 | - |
| CMYK | 0.55 | 0.42 | 0 | 0.55 |
| HSL | 225.94º | 0.38% | 0.33% | - |
| HSV(B) | 225.94º | 0.55% | 0.45% | - |
| XYZ | 6.58 | 6.01 | 17.34 | - |
| YUV | 68.1 | 155.03 | 116.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 67 | 116 | 0.55 | 0.42 | 0 | 0.55 | 225.94 | 0.38 | 0.33 |
| Hex | 34 | 43 | 74 | 37 | 2A | 0 | 37 | E2 | 26 | 21 |
| Octal | 64 | 103 | 164 | 67 | 52 | 0 | 67 | 342 | 46 | 41 |
| Binary | 110100 | 1000011 | 1110100 | 110111 | 101010 | 0 | 110111 | 11100010 | 100110 | 100001 |
Color Harmonies of #344374
Complementary color
Monochromatic Colors of #344374
Black with #344374
Text Example
Text Example
White with #344374
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #344374; }
p { color: rgb(52,67,116); }
H1.HeaderClassName
{
color: #344374;
}
.AnyTagClassName
{
color: #344374;
}
</style>
background-color css
<style>
a { background-color: #344374; }
a { background-color: rgb(52,67,116); }
div.DivClassName
{
background-color: #344374;
}
.BgClassName
{
background-color: #344374;
}
</style>
border-color css
<style>
span { border-color: #344374; }
span { border-color: rgb(52,67,116); }
td.TdClassName
{
border-color: #344374;
}
.TagClassName
{
border-color: #344374;
}
</style>