Shades of Blumine #345C68
Tints of Blumine #345C68
RGB
CMYK
RGB Variations
Color information
#345C68 (or 0x345C68) is known color: Blumine. HEX triplet: 34, 5C and 68. RGB value is (52,92,104). Sum of RGB (Red+Green+Blue) = 52+92+104=248 (32% of max value = 765). Red value is 52 (20.70% from 255 or 20.97% from 248); Green value is 92 (36.33% from 255 or 37.10% from 248); Blue value is 104 (41.02% from 255 or 41.94% from 248); Max value from RGB is 104 - color contains mainly: blue. Hex color #345C68 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #345C68 is #CBA397. Grayscale: #515151. Windows color (decimal): -13345688 or 6839348. OLE color: 6839348.
HSL color Cylindrical-coordinate representation of color #345C68: hue angle of 193.85º degrees, saturation: 0.33, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #345C68 is Cyan = 0.50, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 52 | 92 | 104 | - |
| CMYK | 0.50 | 0.12 | 0 | 0.59 |
| HSL | 193.85º | 0.33% | 0.31% | - |
| HSV(B) | 193.85º | 0.5% | 0.41% | - |
| XYZ | 7.74 | 9.38 | 14.5 | - |
| YUV | 81.41 | 140.75 | 107.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 92 | 104 | 0.50 | 0.12 | 0 | 0.59 | 193.85 | 0.33 | 0.31 |
| Hex | 34 | 5C | 68 | 32 | C | 0 | 3B | C2 | 21 | 1F |
| Octal | 64 | 134 | 150 | 62 | 14 | 0 | 73 | 302 | 41 | 37 |
| Binary | 110100 | 1011100 | 1101000 | 110010 | 1100 | 0 | 111011 | 11000010 | 100001 | 11111 |
Color Harmonies of #345C68
Complementary color
Monochromatic Colors of #345C68
Black with #345C68
Text Example
Text Example
White with #345C68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #345C68; }
p { color: rgb(52,92,104); }
H1.HeaderClassName
{
color: #345C68;
}
.AnyTagClassName
{
color: #345C68;
}
</style>
background-color css
<style>
a { background-color: #345C68; }
a { background-color: rgb(52,92,104); }
div.DivClassName
{
background-color: #345C68;
}
.BgClassName
{
background-color: #345C68;
}
</style>
border-color css
<style>
span { border-color: #345C68; }
span { border-color: rgb(52,92,104); }
td.TdClassName
{
border-color: #345C68;
}
.TagClassName
{
border-color: #345C68;
}
</style>