Shades of Blumine #34606F
Tints of Blumine #34606F
RGB
CMYK
RGB Variations
Color information
#34606F (or 0x34606F) is known color: Blumine. HEX triplet: 34, 60 and 6F. RGB value is (52,96,111). Sum of RGB (Red+Green+Blue) = 52+96+111=259 (34% of max value = 765). Red value is 52 (20.70% from 255 or 20.08% from 259); Green value is 96 (37.89% from 255 or 37.07% from 259); Blue value is 111 (43.75% from 255 or 42.86% from 259); Max value from RGB is 111 - color contains mainly: blue. Hex color #34606F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #34606F is #CB9F90. Grayscale: #545454. Windows color (decimal): -13344657 or 7299124. OLE color: 7299124.
HSL color Cylindrical-coordinate representation of color #34606F: hue angle of 195.25º degrees, saturation: 0.36, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #34606F is Cyan = 0.53, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 52 | 96 | 111 | - |
| CMYK | 0.53 | 0.14 | 0 | 0.56 |
| HSL | 195.25º | 0.36% | 0.32% | - |
| HSV(B) | 195.25º | 0.53% | 0.44% | - |
| XYZ | 8.47 | 10.24 | 16.57 | - |
| YUV | 84.55 | 142.92 | 104.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 96 | 111 | 0.53 | 0.14 | 0 | 0.56 | 195.25 | 0.36 | 0.32 |
| Hex | 34 | 60 | 6F | 35 | E | 0 | 38 | C3 | 24 | 20 |
| Octal | 64 | 140 | 157 | 65 | 16 | 0 | 70 | 303 | 44 | 40 |
| Binary | 110100 | 1100000 | 1101111 | 110101 | 1110 | 0 | 111000 | 11000011 | 100100 | 100000 |
Color Harmonies of #34606F
Complementary color
Monochromatic Colors of #34606F
Black with #34606F
Text Example
Text Example
White with #34606F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34606F; }
p { color: rgb(52,96,111); }
H1.HeaderClassName
{
color: #34606F;
}
.AnyTagClassName
{
color: #34606F;
}
</style>
background-color css
<style>
a { background-color: #34606F; }
a { background-color: rgb(52,96,111); }
div.DivClassName
{
background-color: #34606F;
}
.BgClassName
{
background-color: #34606F;
}
</style>
border-color css
<style>
span { border-color: #34606F; }
span { border-color: rgb(52,96,111); }
td.TdClassName
{
border-color: #34606F;
}
.TagClassName
{
border-color: #34606F;
}
</style>