Shades of Blumine #345768
Tints of Blumine #345768
RGB
CMYK
RGB Variations
Color information
#345768 (or 0x345768) is known color: Blumine. HEX triplet: 34, 57 and 68. RGB value is (52,87,104). Sum of RGB (Red+Green+Blue) = 52+87+104=243 (32% of max value = 765). Red value is 52 (20.70% from 255 or 21.40% from 243); Green value is 87 (34.38% from 255 or 35.80% from 243); Blue value is 104 (41.02% from 255 or 42.80% from 243); Max value from RGB is 104 - color contains mainly: blue. Hex color #345768 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #345768 is #CBA897. Grayscale: #4E4E4E. Windows color (decimal): -13346968 or 6838068. OLE color: 6838068.
HSL color Cylindrical-coordinate representation of color #345768: hue angle of 199.62º 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 #345768 is Cyan = 0.50, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 52 | 87 | 104 | - |
| CMYK | 0.50 | 0.16 | 0 | 0.59 |
| HSL | 199.62º | 0.33% | 0.31% | - |
| HSV(B) | 199.62º | 0.5% | 0.41% | - |
| XYZ | 7.32 | 8.55 | 14.36 | - |
| YUV | 78.47 | 142.4 | 109.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 87 | 104 | 0.50 | 0.16 | 0 | 0.59 | 199.62 | 0.33 | 0.31 |
| Hex | 34 | 57 | 68 | 32 | 10 | 0 | 3B | C8 | 21 | 1F |
| Octal | 64 | 127 | 150 | 62 | 20 | 0 | 73 | 310 | 41 | 37 |
| Binary | 110100 | 1010111 | 1101000 | 110010 | 10000 | 0 | 111011 | 11001000 | 100001 | 11111 |
Color Harmonies of #345768
Complementary color
Monochromatic Colors of #345768
Black with #345768
Text Example
Text Example
White with #345768
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #345768; }
p { color: rgb(52,87,104); }
H1.HeaderClassName
{
color: #345768;
}
.AnyTagClassName
{
color: #345768;
}
</style>
background-color css
<style>
a { background-color: #345768; }
a { background-color: rgb(52,87,104); }
div.DivClassName
{
background-color: #345768;
}
.BgClassName
{
background-color: #345768;
}
</style>
border-color css
<style>
span { border-color: #345768; }
span { border-color: rgb(52,87,104); }
td.TdClassName
{
border-color: #345768;
}
.TagClassName
{
border-color: #345768;
}
</style>