Shades of Blumine #346373
Tints of Blumine #346373
RGB
CMYK
RGB Variations
Color information
#346373 (or 0x346373) is known color: Blumine. HEX triplet: 34, 63 and 73. RGB value is (52,99,115). Sum of RGB (Red+Green+Blue) = 52+99+115=266 (35% of max value = 765). Red value is 52 (20.70% from 255 or 19.55% from 266); Green value is 99 (39.06% from 255 or 37.22% from 266); Blue value is 115 (45.31% from 255 or 43.23% from 266); Max value from RGB is 115 - color contains mainly: blue. Hex color #346373 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #346373 is #CB9C8C. Grayscale: #565656. Windows color (decimal): -13343885 or 7562036. OLE color: 7562036.
HSL color Cylindrical-coordinate representation of color #346373: hue angle of 195.24º degrees, saturation: 0.38, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #346373 is Cyan = 0.55, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 52 | 99 | 115 | - |
| CMYK | 0.55 | 0.14 | 0 | 0.55 |
| HSL | 195.24º | 0.38% | 0.33% | - |
| HSV(B) | 195.24º | 0.55% | 0.45% | - |
| XYZ | 8.97 | 10.89 | 17.85 | - |
| YUV | 86.77 | 143.93 | 103.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 99 | 115 | 0.55 | 0.14 | 0 | 0.55 | 195.24 | 0.38 | 0.33 |
| Hex | 34 | 63 | 73 | 37 | E | 0 | 37 | C3 | 26 | 21 |
| Octal | 64 | 143 | 163 | 67 | 16 | 0 | 67 | 303 | 46 | 41 |
| Binary | 110100 | 1100011 | 1110011 | 110111 | 1110 | 0 | 110111 | 11000011 | 100110 | 100001 |
Color Harmonies of #346373
Complementary color
Monochromatic Colors of #346373
Black with #346373
Text Example
Text Example
White with #346373
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #346373; }
p { color: rgb(52,99,115); }
H1.HeaderClassName
{
color: #346373;
}
.AnyTagClassName
{
color: #346373;
}
</style>
background-color css
<style>
a { background-color: #346373; }
a { background-color: rgb(52,99,115); }
div.DivClassName
{
background-color: #346373;
}
.BgClassName
{
background-color: #346373;
}
</style>
border-color css
<style>
span { border-color: #346373; }
span { border-color: rgb(52,99,115); }
td.TdClassName
{
border-color: #346373;
}
.TagClassName
{
border-color: #346373;
}
</style>