Shades of Blumine #345F67
Tints of Blumine #345F67
RGB
CMYK
RGB Variations
Color information
#345F67 (or 0x345F67) is known color: Blumine. HEX triplet: 34, 5F and 67. RGB value is (52,95,103). Sum of RGB (Red+Green+Blue) = 52+95+103=250 (33% of max value = 765). Red value is 52 (20.70% from 255 or 20.8% from 250); Green value is 95 (37.5% from 255 or 38% from 250); Blue value is 103 (40.62% from 255 or 41.2% from 250); Max value from RGB is 103 - color contains mainly: blue. Hex color #345F67 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #345F67 is #CBA098. Grayscale: #525252. Windows color (decimal): -13344921 or 6774580. OLE color: 6774580.
HSL color Cylindrical-coordinate representation of color #345F67: hue angle of 189.41º degrees, saturation: 0.33, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #345F67 is Cyan = 0.50, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 52 | 95 | 103 | - |
| CMYK | 0.50 | 0.08 | 0 | 0.60 |
| HSL | 189.41º | 0.33% | 0.3% | - |
| HSV(B) | 189.41º | 0.5% | 0.4% | - |
| XYZ | 7.96 | 9.89 | 14.32 | - |
| YUV | 83.06 | 139.25 | 105.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 95 | 103 | 0.50 | 0.08 | 0 | 0.60 | 189.41 | 0.33 | 0.3 |
| Hex | 34 | 5F | 67 | 32 | 8 | 0 | 3C | BD | 21 | 1E |
| Octal | 64 | 137 | 147 | 62 | 10 | 0 | 74 | 275 | 41 | 36 |
| Binary | 110100 | 1011111 | 1100111 | 110010 | 1000 | 0 | 111100 | 10111101 | 100001 | 11110 |
Color Harmonies of #345F67
Complementary color
Monochromatic Colors of #345F67
Black with #345F67
Text Example
Text Example
White with #345F67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #345F67; }
p { color: rgb(52,95,103); }
H1.HeaderClassName
{
color: #345F67;
}
.AnyTagClassName
{
color: #345F67;
}
</style>
background-color css
<style>
a { background-color: #345F67; }
a { background-color: rgb(52,95,103); }
div.DivClassName
{
background-color: #345F67;
}
.BgClassName
{
background-color: #345F67;
}
</style>
border-color css
<style>
span { border-color: #345F67; }
span { border-color: rgb(52,95,103); }
td.TdClassName
{
border-color: #345F67;
}
.TagClassName
{
border-color: #345F67;
}
</style>