Shades of Blumine #345A6A
Tints of Blumine #345A6A
RGB
CMYK
RGB Variations
Color information
#345A6A (or 0x345A6A) is known color: Blumine. HEX triplet: 34, 5A and 6A. RGB value is (52,90,106). Sum of RGB (Red+Green+Blue) = 52+90+106=248 (32% of max value = 765). Red value is 52 (20.70% from 255 or 20.97% from 248); Green value is 90 (35.55% from 255 or 36.29% from 248); Blue value is 106 (41.80% from 255 or 42.74% from 248); Max value from RGB is 106 - color contains mainly: blue. Hex color #345A6A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #345A6A is #CBA595. Grayscale: #505050. Windows color (decimal): -13346198 or 6969908. OLE color: 6969908.
HSL color Cylindrical-coordinate representation of color #345A6A: hue angle of 197.78º degrees, saturation: 0.34, 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 #345A6A is Cyan = 0.51, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 52 | 90 | 106 | - |
| CMYK | 0.51 | 0.15 | 0 | 0.58 |
| HSL | 197.78º | 0.34% | 0.31% | - |
| HSV(B) | 197.78º | 0.51% | 0.42% | - |
| XYZ | 7.67 | 9.08 | 14.98 | - |
| YUV | 80.46 | 142.41 | 107.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 90 | 106 | 0.51 | 0.15 | 0 | 0.58 | 197.78 | 0.34 | 0.31 |
| Hex | 34 | 5A | 6A | 33 | F | 0 | 3A | C6 | 22 | 1F |
| Octal | 64 | 132 | 152 | 63 | 17 | 0 | 72 | 306 | 42 | 37 |
| Binary | 110100 | 1011010 | 1101010 | 110011 | 1111 | 0 | 111010 | 11000110 | 100010 | 11111 |
Color Harmonies of #345A6A
Complementary color
Monochromatic Colors of #345A6A
Black with #345A6A
Text Example
Text Example
White with #345A6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #345A6A; }
p { color: rgb(52,90,106); }
H1.HeaderClassName
{
color: #345A6A;
}
.AnyTagClassName
{
color: #345A6A;
}
</style>
background-color css
<style>
a { background-color: #345A6A; }
a { background-color: rgb(52,90,106); }
div.DivClassName
{
background-color: #345A6A;
}
.BgClassName
{
background-color: #345A6A;
}
</style>
border-color css
<style>
span { border-color: #345A6A; }
span { border-color: rgb(52,90,106); }
td.TdClassName
{
border-color: #345A6A;
}
.TagClassName
{
border-color: #345A6A;
}
</style>