Shades of Blumine #345A6F
Tints of Blumine #345A6F
RGB
CMYK
RGB Variations
Color information
#345A6F (or 0x345A6F) is known color: Blumine. HEX triplet: 34, 5A and 6F. RGB value is (52,90,111). Sum of RGB (Red+Green+Blue) = 52+90+111=253 (33% of max value = 765). Red value is 52 (20.70% from 255 or 20.55% from 253); Green value is 90 (35.55% from 255 or 35.57% from 253); Blue value is 111 (43.75% from 255 or 43.87% from 253); Max value from RGB is 111 - color contains mainly: blue. Hex color #345A6F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #345A6F is #CBA590. Grayscale: #505050. Windows color (decimal): -13346193 or 7297588. OLE color: 7297588.
HSL color Cylindrical-coordinate representation of color #345A6F: hue angle of 201.36º degrees, saturation: 0.36, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #345A6F is Cyan = 0.53, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 52 | 90 | 111 | - |
| CMYK | 0.53 | 0.19 | 0 | 0.56 |
| HSL | 201.36º | 0.36% | 0.32% | - |
| HSV(B) | 201.36º | 0.53% | 0.44% | - |
| XYZ | 7.94 | 9.19 | 16.39 | - |
| YUV | 81.03 | 144.91 | 107.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 90 | 111 | 0.53 | 0.19 | 0 | 0.56 | 201.36 | 0.36 | 0.32 |
| Hex | 34 | 5A | 6F | 35 | 13 | 0 | 38 | C9 | 24 | 20 |
| Octal | 64 | 132 | 157 | 65 | 23 | 0 | 70 | 311 | 44 | 40 |
| Binary | 110100 | 1011010 | 1101111 | 110101 | 10011 | 0 | 111000 | 11001001 | 100100 | 100000 |
Color Harmonies of #345A6F
Complementary color
Monochromatic Colors of #345A6F
Black with #345A6F
Text Example
Text Example
White with #345A6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #345A6F; }
p { color: rgb(52,90,111); }
H1.HeaderClassName
{
color: #345A6F;
}
.AnyTagClassName
{
color: #345A6F;
}
</style>
background-color css
<style>
a { background-color: #345A6F; }
a { background-color: rgb(52,90,111); }
div.DivClassName
{
background-color: #345A6F;
}
.BgClassName
{
background-color: #345A6F;
}
</style>
border-color css
<style>
span { border-color: #345A6F; }
span { border-color: rgb(52,90,111); }
td.TdClassName
{
border-color: #345A6F;
}
.TagClassName
{
border-color: #345A6F;
}
</style>