Shades of Blumine #345565
Tints of Blumine #345565
RGB
CMYK
RGB Variations
Color information
#345565 (or 0x345565) is known color: Blumine. HEX triplet: 34, 55 and 65. RGB value is (52,85,101). Sum of RGB (Red+Green+Blue) = 52+85+101=238 (31% of max value = 765). Red value is 52 (20.70% from 255 or 21.85% from 238); Green value is 85 (33.59% from 255 or 35.71% from 238); Blue value is 101 (39.84% from 255 or 42.44% from 238); Max value from RGB is 101 - color contains mainly: blue. Hex color #345565 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #345565 is #CBAA9A. Grayscale: #4C4C4C. Windows color (decimal): -13347483 or 6640948. OLE color: 6640948.
HSL color Cylindrical-coordinate representation of color #345565: hue angle of 199.59º degrees, saturation: 0.32, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #345565 is Cyan = 0.49, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 52 | 85 | 101 | - |
| CMYK | 0.49 | 0.16 | 0 | 0.60 |
| HSL | 199.59º | 0.32% | 0.3% | - |
| HSV(B) | 199.59º | 0.49% | 0.4% | - |
| XYZ | 7.01 | 8.17 | 13.52 | - |
| YUV | 76.96 | 141.57 | 110.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 85 | 101 | 0.49 | 0.16 | 0 | 0.60 | 199.59 | 0.32 | 0.3 |
| Hex | 34 | 55 | 65 | 31 | 10 | 0 | 3C | C8 | 20 | 1E |
| Octal | 64 | 125 | 145 | 61 | 20 | 0 | 74 | 310 | 40 | 36 |
| Binary | 110100 | 1010101 | 1100101 | 110001 | 10000 | 0 | 111100 | 11001000 | 100000 | 11110 |
Color Harmonies of #345565
Complementary color
Monochromatic Colors of #345565
Black with #345565
Text Example
Text Example
White with #345565
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #345565; }
p { color: rgb(52,85,101); }
H1.HeaderClassName
{
color: #345565;
}
.AnyTagClassName
{
color: #345565;
}
</style>
background-color css
<style>
a { background-color: #345565; }
a { background-color: rgb(52,85,101); }
div.DivClassName
{
background-color: #345565;
}
.BgClassName
{
background-color: #345565;
}
</style>
border-color css
<style>
span { border-color: #345565; }
span { border-color: rgb(52,85,101); }
td.TdClassName
{
border-color: #345565;
}
.TagClassName
{
border-color: #345565;
}
</style>