Shades of Blumine #345F6D
Tints of Blumine #345F6D
RGB
CMYK
RGB Variations
Color information
#345F6D (or 0x345F6D) is known color: Blumine. HEX triplet: 34, 5F and 6D. RGB value is (52,95,109). Sum of RGB (Red+Green+Blue) = 52+95+109=256 (33% of max value = 765). Red value is 52 (20.70% from 255 or 20.31% from 256); Green value is 95 (37.5% from 255 or 37.11% from 256); Blue value is 109 (42.97% from 255 or 42.58% from 256); Max value from RGB is 109 - color contains mainly: blue. Hex color #345F6D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #345F6D is #CBA092. Grayscale: #535353. Windows color (decimal): -13344915 or 7167796. OLE color: 7167796.
HSL color Cylindrical-coordinate representation of color #345F6D: hue angle of 194.74º degrees, saturation: 0.35, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #345F6D is Cyan = 0.52, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 52 | 95 | 109 | - |
| CMYK | 0.52 | 0.13 | 0 | 0.57 |
| HSL | 194.74º | 0.35% | 0.32% | - |
| HSV(B) | 194.74º | 0.52% | 0.43% | - |
| XYZ | 8.27 | 10.02 | 15.97 | - |
| YUV | 83.74 | 142.25 | 105.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 95 | 109 | 0.52 | 0.13 | 0 | 0.57 | 194.74 | 0.35 | 0.32 |
| Hex | 34 | 5F | 6D | 34 | D | 0 | 39 | C3 | 23 | 20 |
| Octal | 64 | 137 | 155 | 64 | 15 | 0 | 71 | 303 | 43 | 40 |
| Binary | 110100 | 1011111 | 1101101 | 110100 | 1101 | 0 | 111001 | 11000011 | 100011 | 100000 |
Color Harmonies of #345F6D
Complementary color
Monochromatic Colors of #345F6D
Black with #345F6D
Text Example
Text Example
White with #345F6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #345F6D; }
p { color: rgb(52,95,109); }
H1.HeaderClassName
{
color: #345F6D;
}
.AnyTagClassName
{
color: #345F6D;
}
</style>
background-color css
<style>
a { background-color: #345F6D; }
a { background-color: rgb(52,95,109); }
div.DivClassName
{
background-color: #345F6D;
}
.BgClassName
{
background-color: #345F6D;
}
</style>
border-color css
<style>
span { border-color: #345F6D; }
span { border-color: rgb(52,95,109); }
td.TdClassName
{
border-color: #345F6D;
}
.TagClassName
{
border-color: #345F6D;
}
</style>