Shades of Blumine #345B74
Tints of Blumine #345B74
RGB
CMYK
RGB Variations
Color information
#345B74 (or 0x345B74) is known color: Blumine. HEX triplet: 34, 5B and 74. RGB value is (52,91,116). Sum of RGB (Red+Green+Blue) = 52+91+116=259 (34% of max value = 765). Red value is 52 (20.70% from 255 or 20.08% from 259); Green value is 91 (35.94% from 255 or 35.14% from 259); Blue value is 116 (45.70% from 255 or 44.79% from 259); Max value from RGB is 116 - color contains mainly: blue. Hex color #345B74 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #345B74 is #CBA48B. Grayscale: #525252. Windows color (decimal): -13345932 or 7625524. OLE color: 7625524.
HSL color Cylindrical-coordinate representation of color #345B74: hue angle of 203.44º 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 #345B74 is Cyan = 0.55, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 52 | 91 | 116 | - |
| CMYK | 0.55 | 0.22 | 0 | 0.55 |
| HSL | 203.44º | 0.38% | 0.33% | - |
| HSV(B) | 203.44º | 0.55% | 0.45% | - |
| XYZ | 8.31 | 9.47 | 17.91 | - |
| YUV | 82.19 | 147.08 | 106.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 91 | 116 | 0.55 | 0.22 | 0 | 0.55 | 203.44 | 0.38 | 0.33 |
| Hex | 34 | 5B | 74 | 37 | 16 | 0 | 37 | CB | 26 | 21 |
| Octal | 64 | 133 | 164 | 67 | 26 | 0 | 67 | 313 | 46 | 41 |
| Binary | 110100 | 1011011 | 1110100 | 110111 | 10110 | 0 | 110111 | 11001011 | 100110 | 100001 |
Color Harmonies of #345B74
Complementary color
Monochromatic Colors of #345B74
Black with #345B74
Text Example
Text Example
White with #345B74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #345B74; }
p { color: rgb(52,91,116); }
H1.HeaderClassName
{
color: #345B74;
}
.AnyTagClassName
{
color: #345B74;
}
</style>
background-color css
<style>
a { background-color: #345B74; }
a { background-color: rgb(52,91,116); }
div.DivClassName
{
background-color: #345B74;
}
.BgClassName
{
background-color: #345B74;
}
</style>
border-color css
<style>
span { border-color: #345B74; }
span { border-color: rgb(52,91,116); }
td.TdClassName
{
border-color: #345B74;
}
.TagClassName
{
border-color: #345B74;
}
</style>