Shades of Blumine #345C74
Tints of Blumine #345C74
RGB
CMYK
RGB Variations
Color information
#345C74 (or 0x345C74) is known color: Blumine. HEX triplet: 34, 5C and 74. RGB value is (52,92,116). Sum of RGB (Red+Green+Blue) = 52+92+116=260 (34% of max value = 765). Red value is 52 (20.70% from 255 or 20% from 260); Green value is 92 (36.33% from 255 or 35.38% from 260); Blue value is 116 (45.70% from 255 or 44.62% from 260); Max value from RGB is 116 - color contains mainly: blue. Hex color #345C74 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #345C74 is #CBA38B. Grayscale: #525252. Windows color (decimal): -13345676 or 7625780. OLE color: 7625780.
HSL color Cylindrical-coordinate representation of color #345C74: hue angle of 202.5º 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 #345C74 is Cyan = 0.55, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 52 | 92 | 116 | - |
| CMYK | 0.55 | 0.21 | 0 | 0.55 |
| HSL | 202.5º | 0.38% | 0.33% | - |
| HSV(B) | 202.5º | 0.55% | 0.45% | - |
| XYZ | 8.4 | 9.65 | 17.94 | - |
| YUV | 82.78 | 146.75 | 106.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 92 | 116 | 0.55 | 0.21 | 0 | 0.55 | 202.5 | 0.38 | 0.33 |
| Hex | 34 | 5C | 74 | 37 | 15 | 0 | 37 | CA | 26 | 21 |
| Octal | 64 | 134 | 164 | 67 | 25 | 0 | 67 | 312 | 46 | 41 |
| Binary | 110100 | 1011100 | 1110100 | 110111 | 10101 | 0 | 110111 | 11001010 | 100110 | 100001 |
Color Harmonies of #345C74
Complementary color
Monochromatic Colors of #345C74
Black with #345C74
Text Example
Text Example
White with #345C74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #345C74; }
p { color: rgb(52,92,116); }
H1.HeaderClassName
{
color: #345C74;
}
.AnyTagClassName
{
color: #345C74;
}
</style>
background-color css
<style>
a { background-color: #345C74; }
a { background-color: rgb(52,92,116); }
div.DivClassName
{
background-color: #345C74;
}
.BgClassName
{
background-color: #345C74;
}
</style>
border-color css
<style>
span { border-color: #345C74; }
span { border-color: rgb(52,92,116); }
td.TdClassName
{
border-color: #345C74;
}
.TagClassName
{
border-color: #345C74;
}
</style>