Shades of Blumine #345E75
Tints of Blumine #345E75
RGB
CMYK
RGB Variations
Color information
#345E75 (or 0x345E75) is known color: Blumine. HEX triplet: 34, 5E and 75. RGB value is (52,94,117). Sum of RGB (Red+Green+Blue) = 52+94+117=263 (34% of max value = 765). Red value is 52 (20.70% from 255 or 19.77% from 263); Green value is 94 (37.11% from 255 or 35.74% from 263); Blue value is 117 (46.09% from 255 or 44.49% from 263); Max value from RGB is 117 - color contains mainly: blue. Hex color #345E75 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #345E75 is #CBA18A. Grayscale: #535353. Windows color (decimal): -13345163 or 7691828. OLE color: 7691828.
HSL color Cylindrical-coordinate representation of color #345E75: hue angle of 201.23º 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 #345E75 is Cyan = 0.56, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 52 | 94 | 117 | - |
| CMYK | 0.56 | 0.20 | 0 | 0.54 |
| HSL | 201.23º | 0.38% | 0.33% | - |
| HSV(B) | 201.23º | 0.56% | 0.46% | - |
| XYZ | 8.63 | 10.02 | 18.31 | - |
| YUV | 84.06 | 146.59 | 105.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 94 | 117 | 0.56 | 0.20 | 0 | 0.54 | 201.23 | 0.38 | 0.33 |
| Hex | 34 | 5E | 75 | 38 | 14 | 0 | 36 | C9 | 26 | 21 |
| Octal | 64 | 136 | 165 | 70 | 24 | 0 | 66 | 311 | 46 | 41 |
| Binary | 110100 | 1011110 | 1110101 | 111000 | 10100 | 0 | 110110 | 11001001 | 100110 | 100001 |
Color Harmonies of #345E75
Complementary color
Monochromatic Colors of #345E75
Black with #345E75
Text Example
Text Example
White with #345E75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #345E75; }
p { color: rgb(52,94,117); }
H1.HeaderClassName
{
color: #345E75;
}
.AnyTagClassName
{
color: #345E75;
}
</style>
background-color css
<style>
a { background-color: #345E75; }
a { background-color: rgb(52,94,117); }
div.DivClassName
{
background-color: #345E75;
}
.BgClassName
{
background-color: #345E75;
}
</style>
border-color css
<style>
span { border-color: #345E75; }
span { border-color: rgb(52,94,117); }
td.TdClassName
{
border-color: #345E75;
}
.TagClassName
{
border-color: #345E75;
}
</style>