Shades of Blumine #345B6B
Tints of Blumine #345B6B
RGB
CMYK
RGB Variations
Color information
#345B6B (or 0x345B6B) is known color: Blumine. HEX triplet: 34, 5B and 6B. RGB value is (52,91,107). Sum of RGB (Red+Green+Blue) = 52+91+107=250 (33% of max value = 765). Red value is 52 (20.70% from 255 or 20.8% from 250); Green value is 91 (35.94% from 255 or 36.4% from 250); Blue value is 107 (42.19% from 255 or 42.8% from 250); Max value from RGB is 107 - color contains mainly: blue. Hex color #345B6B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #345B6B is #CBA494. Grayscale: #515151. Windows color (decimal): -13345941 or 7035700. OLE color: 7035700.
HSL color Cylindrical-coordinate representation of color #345B6B: hue angle of 197.45º degrees, saturation: 0.35, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #345B6B is Cyan = 0.51, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 52 | 91 | 107 | - |
| CMYK | 0.51 | 0.15 | 0 | 0.58 |
| HSL | 197.45º | 0.35% | 0.31% | - |
| HSV(B) | 197.45º | 0.51% | 0.42% | - |
| XYZ | 7.81 | 9.27 | 15.29 | - |
| YUV | 81.16 | 142.58 | 107.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 91 | 107 | 0.51 | 0.15 | 0 | 0.58 | 197.45 | 0.35 | 0.31 |
| Hex | 34 | 5B | 6B | 33 | F | 0 | 3A | C5 | 23 | 1F |
| Octal | 64 | 133 | 153 | 63 | 17 | 0 | 72 | 305 | 43 | 37 |
| Binary | 110100 | 1011011 | 1101011 | 110011 | 1111 | 0 | 111010 | 11000101 | 100011 | 11111 |
Color Harmonies of #345B6B
Complementary color
Monochromatic Colors of #345B6B
Black with #345B6B
Text Example
Text Example
White with #345B6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #345B6B; }
p { color: rgb(52,91,107); }
H1.HeaderClassName
{
color: #345B6B;
}
.AnyTagClassName
{
color: #345B6B;
}
</style>
background-color css
<style>
a { background-color: #345B6B; }
a { background-color: rgb(52,91,107); }
div.DivClassName
{
background-color: #345B6B;
}
.BgClassName
{
background-color: #345B6B;
}
</style>
border-color css
<style>
span { border-color: #345B6B; }
span { border-color: rgb(52,91,107); }
td.TdClassName
{
border-color: #345B6B;
}
.TagClassName
{
border-color: #345B6B;
}
</style>