Shades of Resolution Blue #344380
Tints of Resolution Blue #344380
RGB
CMYK
RGB Variations
Color information
#344380 (or 0x344380) is known color: Resolution Blue. HEX triplet: 34, 43 and 80. RGB value is (52,67,128). Sum of RGB (Red+Green+Blue) = 52+67+128=247 (32% of max value = 765). Red value is 52 (20.70% from 255 or 21.05% from 247); Green value is 67 (26.56% from 255 or 27.13% from 247); Blue value is 128 (50.39% from 255 or 51.82% from 247); Max value from RGB is 128 - color contains mainly: blue. Hex color #344380 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #344380 is #CBBC7F. Grayscale: #454545. Windows color (decimal): -13352064 or 8405812. OLE color: 8405812.
HSL color Cylindrical-coordinate representation of color #344380: hue angle of 228.16º degrees, saturation: 0.42, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #344380 is Cyan = 0.59, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 52 | 67 | 128 | - |
| CMYK | 0.59 | 0.48 | 0 | 0.50 |
| HSL | 228.16º | 0.42% | 0.35% | - |
| HSV(B) | 228.16º | 0.59% | 0.5% | - |
| XYZ | 7.32 | 6.3 | 21.25 | - |
| YUV | 69.47 | 161.03 | 115.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 67 | 128 | 0.59 | 0.48 | 0 | 0.50 | 228.16 | 0.42 | 0.35 |
| Hex | 34 | 43 | 80 | 3B | 30 | 0 | 32 | E4 | 2A | 23 |
| Octal | 64 | 103 | 200 | 73 | 60 | 0 | 62 | 344 | 52 | 43 |
| Binary | 110100 | 1000011 | 10000000 | 111011 | 110000 | 0 | 110010 | 11100100 | 101010 | 100011 |
Color Harmonies of #344380
Complementary color
Monochromatic Colors of #344380
Black with #344380
Text Example
Text Example
White with #344380
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #344380; }
p { color: rgb(52,67,128); }
H1.HeaderClassName
{
color: #344380;
}
.AnyTagClassName
{
color: #344380;
}
</style>
background-color css
<style>
a { background-color: #344380; }
a { background-color: rgb(52,67,128); }
div.DivClassName
{
background-color: #344380;
}
.BgClassName
{
background-color: #344380;
}
</style>
border-color css
<style>
span { border-color: #344380; }
span { border-color: rgb(52,67,128); }
td.TdClassName
{
border-color: #344380;
}
.TagClassName
{
border-color: #344380;
}
</style>