Shades of Blumine #345A68
Tints of Blumine #345A68
RGB
CMYK
RGB Variations
Color information
#345A68 (or 0x345A68) is known color: Blumine. HEX triplet: 34, 5A and 68. RGB value is (52,90,104). Sum of RGB (Red+Green+Blue) = 52+90+104=246 (32% of max value = 765). Red value is 52 (20.70% from 255 or 21.14% from 246); Green value is 90 (35.55% from 255 or 36.59% from 246); Blue value is 104 (41.02% from 255 or 42.28% from 246); Max value from RGB is 104 - color contains mainly: blue. Hex color #345A68 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #345A68 is #CBA597. Grayscale: #505050. Windows color (decimal): -13346200 or 6838836. OLE color: 6838836.
HSL color Cylindrical-coordinate representation of color #345A68: hue angle of 196.15º 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 #345A68 is Cyan = 0.50, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 52 | 90 | 104 | - |
| CMYK | 0.50 | 0.13 | 0 | 0.59 |
| HSL | 196.15º | 0.33% | 0.31% | - |
| HSV(B) | 196.15º | 0.5% | 0.41% | - |
| XYZ | 7.57 | 9.04 | 14.44 | - |
| YUV | 80.23 | 141.41 | 107.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 90 | 104 | 0.50 | 0.13 | 0 | 0.59 | 196.15 | 0.33 | 0.31 |
| Hex | 34 | 5A | 68 | 32 | D | 0 | 3B | C4 | 21 | 1F |
| Octal | 64 | 132 | 150 | 62 | 15 | 0 | 73 | 304 | 41 | 37 |
| Binary | 110100 | 1011010 | 1101000 | 110010 | 1101 | 0 | 111011 | 11000100 | 100001 | 11111 |
Color Harmonies of #345A68
Complementary color
Monochromatic Colors of #345A68
Black with #345A68
Text Example
Text Example
White with #345A68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #345A68; }
p { color: rgb(52,90,104); }
H1.HeaderClassName
{
color: #345A68;
}
.AnyTagClassName
{
color: #345A68;
}
</style>
background-color css
<style>
a { background-color: #345A68; }
a { background-color: rgb(52,90,104); }
div.DivClassName
{
background-color: #345A68;
}
.BgClassName
{
background-color: #345A68;
}
</style>
border-color css
<style>
span { border-color: #345A68; }
span { border-color: rgb(52,90,104); }
td.TdClassName
{
border-color: #345A68;
}
.TagClassName
{
border-color: #345A68;
}
</style>