Shades of Blumine #345B70
Tints of Blumine #345B70
RGB
CMYK
RGB Variations
Color information
#345B70 (or 0x345B70) is known color: Blumine. HEX triplet: 34, 5B and 70. RGB value is (52,91,112). Sum of RGB (Red+Green+Blue) = 52+91+112=255 (33% of max value = 765). Red value is 52 (20.70% from 255 or 20.39% from 255); Green value is 91 (35.94% from 255 or 35.69% from 255); Blue value is 112 (44.14% from 255 or 43.92% from 255); Max value from RGB is 112 - color contains mainly: blue. Hex color #345B70 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #345B70 is #CBA48F. Grayscale: #515151. Windows color (decimal): -13345936 or 7363380. OLE color: 7363380.
HSL color Cylindrical-coordinate representation of color #345B70: hue angle of 201º 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 #345B70 is Cyan = 0.54, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 52 | 91 | 112 | - |
| CMYK | 0.54 | 0.19 | 0 | 0.56 |
| HSL | 201º | 0.37% | 0.32% | - |
| HSV(B) | 201º | 0.54% | 0.44% | - |
| XYZ | 8.08 | 9.38 | 16.71 | - |
| YUV | 81.73 | 145.08 | 106.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 91 | 112 | 0.54 | 0.19 | 0 | 0.56 | 201 | 0.37 | 0.32 |
| Hex | 34 | 5B | 70 | 36 | 13 | 0 | 38 | C9 | 25 | 20 |
| Octal | 64 | 133 | 160 | 66 | 23 | 0 | 70 | 311 | 45 | 40 |
| Binary | 110100 | 1011011 | 1110000 | 110110 | 10011 | 0 | 111000 | 11001001 | 100101 | 100000 |
Color Harmonies of #345B70
Complementary color
Monochromatic Colors of #345B70
Black with #345B70
Text Example
Text Example
White with #345B70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #345B70; }
p { color: rgb(52,91,112); }
H1.HeaderClassName
{
color: #345B70;
}
.AnyTagClassName
{
color: #345B70;
}
</style>
background-color css
<style>
a { background-color: #345B70; }
a { background-color: rgb(52,91,112); }
div.DivClassName
{
background-color: #345B70;
}
.BgClassName
{
background-color: #345B70;
}
</style>
border-color css
<style>
span { border-color: #345B70; }
span { border-color: rgb(52,91,112); }
td.TdClassName
{
border-color: #345B70;
}
.TagClassName
{
border-color: #345B70;
}
</style>