Shades of Resolution Blue #344370
Tints of Resolution Blue #344370
RGB
CMYK
RGB Variations
Color information
#344370 (or 0x344370) is known color: Resolution Blue. HEX triplet: 34, 43 and 70. RGB value is (52,67,112). Sum of RGB (Red+Green+Blue) = 52+67+112=231 (30% of max value = 765). Red value is 52 (20.70% from 255 or 22.51% from 231); Green value is 67 (26.56% from 255 or 29.00% from 231); Blue value is 112 (44.14% from 255 or 48.48% from 231); Max value from RGB is 112 - color contains mainly: blue. Hex color #344370 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #344370 is #CBBC8F. Grayscale: #434343. Windows color (decimal): -13352080 or 7357236. OLE color: 7357236.
HSL color Cylindrical-coordinate representation of color #344370: hue angle of 225º degrees, saturation: 0.37, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #344370 is Cyan = 0.54, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 52 | 67 | 112 | - |
| CMYK | 0.54 | 0.40 | 0 | 0.56 |
| HSL | 225º | 0.37% | 0.32% | - |
| HSV(B) | 225º | 0.54% | 0.44% | - |
| XYZ | 6.35 | 5.91 | 16.14 | - |
| YUV | 67.65 | 153.03 | 116.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 67 | 112 | 0.54 | 0.40 | 0 | 0.56 | 225 | 0.37 | 0.32 |
| Hex | 34 | 43 | 70 | 36 | 28 | 0 | 38 | E1 | 25 | 20 |
| Octal | 64 | 103 | 160 | 66 | 50 | 0 | 70 | 341 | 45 | 40 |
| Binary | 110100 | 1000011 | 1110000 | 110110 | 101000 | 0 | 111000 | 11100001 | 100101 | 100000 |
Color Harmonies of #344370
Complementary color
Monochromatic Colors of #344370
Black with #344370
Text Example
Text Example
White with #344370
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #344370; }
p { color: rgb(52,67,112); }
H1.HeaderClassName
{
color: #344370;
}
.AnyTagClassName
{
color: #344370;
}
</style>
background-color css
<style>
a { background-color: #344370; }
a { background-color: rgb(52,67,112); }
div.DivClassName
{
background-color: #344370;
}
.BgClassName
{
background-color: #344370;
}
</style>
border-color css
<style>
span { border-color: #344370; }
span { border-color: rgb(52,67,112); }
td.TdClassName
{
border-color: #344370;
}
.TagClassName
{
border-color: #344370;
}
</style>