Shades of Blumine #345C75
Tints of Blumine #345C75
RGB
CMYK
RGB Variations
Color information
#345C75 (or 0x345C75) is known color: Blumine. HEX triplet: 34, 5C and 75. RGB value is (52,92,117). Sum of RGB (Red+Green+Blue) = 52+92+117=261 (34% of max value = 765). Red value is 52 (20.70% from 255 or 19.92% from 261); Green value is 92 (36.33% from 255 or 35.25% from 261); Blue value is 117 (46.09% from 255 or 44.83% from 261); Max value from RGB is 117 - color contains mainly: blue. Hex color #345C75 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #345C75 is #CBA38A. Grayscale: #525252. Windows color (decimal): -13345675 or 7691316. OLE color: 7691316.
HSL color Cylindrical-coordinate representation of color #345C75: hue angle of 203.08º degrees, saturation: 0.38, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #345C75 is Cyan = 0.56, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 52 | 92 | 117 | - |
| CMYK | 0.56 | 0.21 | 0 | 0.54 |
| HSL | 203.08º | 0.38% | 0.33% | - |
| HSV(B) | 203.08º | 0.56% | 0.46% | - |
| XYZ | 8.45 | 9.67 | 18.25 | - |
| YUV | 82.89 | 147.25 | 105.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 92 | 117 | 0.56 | 0.21 | 0 | 0.54 | 203.08 | 0.38 | 0.33 |
| Hex | 34 | 5C | 75 | 38 | 15 | 0 | 36 | CB | 26 | 21 |
| Octal | 64 | 134 | 165 | 70 | 25 | 0 | 66 | 313 | 46 | 41 |
| Binary | 110100 | 1011100 | 1110101 | 111000 | 10101 | 0 | 110110 | 11001011 | 100110 | 100001 |
Color Harmonies of #345C75
Complementary color
Monochromatic Colors of #345C75
Black with #345C75
Text Example
Text Example
White with #345C75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #345C75; }
p { color: rgb(52,92,117); }
H1.HeaderClassName
{
color: #345C75;
}
.AnyTagClassName
{
color: #345C75;
}
</style>
background-color css
<style>
a { background-color: #345C75; }
a { background-color: rgb(52,92,117); }
div.DivClassName
{
background-color: #345C75;
}
.BgClassName
{
background-color: #345C75;
}
</style>
border-color css
<style>
span { border-color: #345C75; }
span { border-color: rgb(52,92,117); }
td.TdClassName
{
border-color: #345C75;
}
.TagClassName
{
border-color: #345C75;
}
</style>