Shades of Blumine #345C70
Tints of Blumine #345C70
RGB
CMYK
RGB Variations
Color information
#345C70 (or 0x345C70) is known color: Blumine. HEX triplet: 34, 5C and 70. RGB value is (52,92,112). Sum of RGB (Red+Green+Blue) = 52+92+112=256 (33% of max value = 765). Red value is 52 (20.70% from 255 or 20.31% from 256); Green value is 92 (36.33% from 255 or 35.94% from 256); Blue value is 112 (44.14% from 255 or 43.75% from 256); Max value from RGB is 112 - color contains mainly: blue. Hex color #345C70 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #345C70 is #CBA38F. Grayscale: #525252. Windows color (decimal): -13345680 or 7363636. OLE color: 7363636.
HSL color Cylindrical-coordinate representation of color #345C70: hue angle of 200º 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 #345C70 is Cyan = 0.54, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 52 | 92 | 112 | - |
| CMYK | 0.54 | 0.18 | 0 | 0.56 |
| HSL | 200º | 0.37% | 0.32% | - |
| HSV(B) | 200º | 0.54% | 0.44% | - |
| XYZ | 8.17 | 9.55 | 16.74 | - |
| YUV | 82.32 | 144.75 | 106.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 92 | 112 | 0.54 | 0.18 | 0 | 0.56 | 200 | 0.37 | 0.32 |
| Hex | 34 | 5C | 70 | 36 | 12 | 0 | 38 | C8 | 25 | 20 |
| Octal | 64 | 134 | 160 | 66 | 22 | 0 | 70 | 310 | 45 | 40 |
| Binary | 110100 | 1011100 | 1110000 | 110110 | 10010 | 0 | 111000 | 11001000 | 100101 | 100000 |
Color Harmonies of #345C70
Complementary color
Monochromatic Colors of #345C70
Black with #345C70
Text Example
Text Example
White with #345C70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #345C70; }
p { color: rgb(52,92,112); }
H1.HeaderClassName
{
color: #345C70;
}
.AnyTagClassName
{
color: #345C70;
}
</style>
background-color css
<style>
a { background-color: #345C70; }
a { background-color: rgb(52,92,112); }
div.DivClassName
{
background-color: #345C70;
}
.BgClassName
{
background-color: #345C70;
}
</style>
border-color css
<style>
span { border-color: #345C70; }
span { border-color: rgb(52,92,112); }
td.TdClassName
{
border-color: #345C70;
}
.TagClassName
{
border-color: #345C70;
}
</style>