Shades of Blumine #345D74
Tints of Blumine #345D74
RGB
CMYK
RGB Variations
Color information
#345D74 (or 0x345D74) is known color: Blumine. HEX triplet: 34, 5D and 74. RGB value is (52,93,116). Sum of RGB (Red+Green+Blue) = 52+93+116=261 (34% of max value = 765). Red value is 52 (20.70% from 255 or 19.92% from 261); Green value is 93 (36.72% from 255 or 35.63% from 261); Blue value is 116 (45.70% from 255 or 44.44% from 261); Max value from RGB is 116 - color contains mainly: blue. Hex color #345D74 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #345D74 is #CBA28B. Grayscale: #535353. Windows color (decimal): -13345420 or 7626036. OLE color: 7626036.
HSL color Cylindrical-coordinate representation of color #345D74: hue angle of 201.56º 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 #345D74 is Cyan = 0.55, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 52 | 93 | 116 | - |
| CMYK | 0.55 | 0.20 | 0 | 0.55 |
| HSL | 201.56º | 0.38% | 0.33% | - |
| HSV(B) | 201.56º | 0.55% | 0.45% | - |
| XYZ | 8.48 | 9.82 | 17.97 | - |
| YUV | 83.36 | 146.42 | 105.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 93 | 116 | 0.55 | 0.20 | 0 | 0.55 | 201.56 | 0.38 | 0.33 |
| Hex | 34 | 5D | 74 | 37 | 14 | 0 | 37 | CA | 26 | 21 |
| Octal | 64 | 135 | 164 | 67 | 24 | 0 | 67 | 312 | 46 | 41 |
| Binary | 110100 | 1011101 | 1110100 | 110111 | 10100 | 0 | 110111 | 11001010 | 100110 | 100001 |
Color Harmonies of #345D74
Complementary color
Monochromatic Colors of #345D74
Black with #345D74
Text Example
Text Example
White with #345D74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #345D74; }
p { color: rgb(52,93,116); }
H1.HeaderClassName
{
color: #345D74;
}
.AnyTagClassName
{
color: #345D74;
}
</style>
background-color css
<style>
a { background-color: #345D74; }
a { background-color: rgb(52,93,116); }
div.DivClassName
{
background-color: #345D74;
}
.BgClassName
{
background-color: #345D74;
}
</style>
border-color css
<style>
span { border-color: #345D74; }
span { border-color: rgb(52,93,116); }
td.TdClassName
{
border-color: #345D74;
}
.TagClassName
{
border-color: #345D74;
}
</style>