Shades of Blumine #345F6A
Tints of Blumine #345F6A
RGB
CMYK
RGB Variations
Color information
#345F6A (or 0x345F6A) is known color: Blumine. HEX triplet: 34, 5F and 6A. RGB value is (52,95,106). Sum of RGB (Red+Green+Blue) = 52+95+106=253 (33% of max value = 765). Red value is 52 (20.70% from 255 or 20.55% from 253); Green value is 95 (37.5% from 255 or 37.55% from 253); Blue value is 106 (41.80% from 255 or 41.90% from 253); Max value from RGB is 106 - color contains mainly: blue. Hex color #345F6A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #345F6A is #CBA095. Grayscale: #535353. Windows color (decimal): -13344918 or 6971188. OLE color: 6971188.
HSL color Cylindrical-coordinate representation of color #345F6A: hue angle of 192.22º degrees, saturation: 0.34, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #345F6A is Cyan = 0.51, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 52 | 95 | 106 | - |
| CMYK | 0.51 | 0.10 | 0 | 0.58 |
| HSL | 192.22º | 0.34% | 0.31% | - |
| HSV(B) | 192.22º | 0.51% | 0.42% | - |
| XYZ | 8.11 | 9.96 | 15.13 | - |
| YUV | 83.4 | 140.75 | 105.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 95 | 106 | 0.51 | 0.10 | 0 | 0.58 | 192.22 | 0.34 | 0.31 |
| Hex | 34 | 5F | 6A | 33 | A | 0 | 3A | C0 | 22 | 1F |
| Octal | 64 | 137 | 152 | 63 | 12 | 0 | 72 | 300 | 42 | 37 |
| Binary | 110100 | 1011111 | 1101010 | 110011 | 1010 | 0 | 111010 | 11000000 | 100010 | 11111 |
Color Harmonies of #345F6A
Complementary color
Monochromatic Colors of #345F6A
Black with #345F6A
Text Example
Text Example
White with #345F6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #345F6A; }
p { color: rgb(52,95,106); }
H1.HeaderClassName
{
color: #345F6A;
}
.AnyTagClassName
{
color: #345F6A;
}
</style>
background-color css
<style>
a { background-color: #345F6A; }
a { background-color: rgb(52,95,106); }
div.DivClassName
{
background-color: #345F6A;
}
.BgClassName
{
background-color: #345F6A;
}
</style>
border-color css
<style>
span { border-color: #345F6A; }
span { border-color: rgb(52,95,106); }
td.TdClassName
{
border-color: #345F6A;
}
.TagClassName
{
border-color: #345F6A;
}
</style>