Shades of Blumine #345D6C
Tints of Blumine #345D6C
RGB
CMYK
RGB Variations
Color information
#345D6C (or 0x345D6C) is known color: Blumine. HEX triplet: 34, 5D and 6C. RGB value is (52,93,108). Sum of RGB (Red+Green+Blue) = 52+93+108=253 (33% of max value = 765). Red value is 52 (20.70% from 255 or 20.55% from 253); Green value is 93 (36.72% from 255 or 36.76% from 253); Blue value is 108 (42.58% from 255 or 42.69% from 253); Max value from RGB is 108 - color contains mainly: blue. Hex color #345D6C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #345D6C is #CBA293. Grayscale: #525252. Windows color (decimal): -13345428 or 7101748. OLE color: 7101748.
HSL color Cylindrical-coordinate representation of color #345D6C: hue angle of 196.07º degrees, saturation: 0.35, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #345D6C is Cyan = 0.52, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 52 | 93 | 108 | - |
| CMYK | 0.52 | 0.14 | 0 | 0.58 |
| HSL | 196.07º | 0.35% | 0.31% | - |
| HSV(B) | 196.07º | 0.52% | 0.42% | - |
| XYZ | 8.04 | 9.64 | 15.62 | - |
| YUV | 82.45 | 142.42 | 106.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 93 | 108 | 0.52 | 0.14 | 0 | 0.58 | 196.07 | 0.35 | 0.31 |
| Hex | 34 | 5D | 6C | 34 | E | 0 | 3A | C4 | 23 | 1F |
| Octal | 64 | 135 | 154 | 64 | 16 | 0 | 72 | 304 | 43 | 37 |
| Binary | 110100 | 1011101 | 1101100 | 110100 | 1110 | 0 | 111010 | 11000100 | 100011 | 11111 |
Color Harmonies of #345D6C
Complementary color
Monochromatic Colors of #345D6C
Black with #345D6C
Text Example
Text Example
White with #345D6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #345D6C; }
p { color: rgb(52,93,108); }
H1.HeaderClassName
{
color: #345D6C;
}
.AnyTagClassName
{
color: #345D6C;
}
</style>
background-color css
<style>
a { background-color: #345D6C; }
a { background-color: rgb(52,93,108); }
div.DivClassName
{
background-color: #345D6C;
}
.BgClassName
{
background-color: #345D6C;
}
</style>
border-color css
<style>
span { border-color: #345D6C; }
span { border-color: rgb(52,93,108); }
td.TdClassName
{
border-color: #345D6C;
}
.TagClassName
{
border-color: #345D6C;
}
</style>