Shades of Spectra #345A4E
Tints of Spectra #345A4E
RGB
CMYK
RGB Variations
Color information
#345A4E (or 0x345A4E) is known color: Spectra. HEX triplet: 34, 5A and 4E. RGB value is (52,90,78). Sum of RGB (Red+Green+Blue) = 52+90+78=220 (29% of max value = 765). Red value is 52 (20.70% from 255 or 23.64% from 220); Green value is 90 (35.55% from 255 or 40.91% from 220); Blue value is 78 (30.86% from 255 or 35.45% from 220); Max value from RGB is 90 - color contains mainly: green. Hex color #345A4E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #345A4E is #CBA5B1. Grayscale: #4D4D4D. Windows color (decimal): -13346226 or 5134900. OLE color: 5134900.
HSL color Cylindrical-coordinate representation of color #345A4E: hue angle of 161.05º degrees, saturation: 0.27, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #345A4E is Cyan = 0.42, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 52 | 90 | 78 | - |
| CMYK | 0.42 | 0 | 0.13 | 0.65 |
| HSL | 161.05º | 0.27% | 0.28% | - |
| HSV(B) | 161.05º | 0.42% | 0.35% | - |
| XYZ | 6.45 | 8.59 | 8.53 | - |
| YUV | 77.27 | 128.41 | 109.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 90 | 78 | 0.42 | 0 | 0.13 | 0.65 | 161.05 | 0.27 | 0.28 |
| Hex | 34 | 5A | 4E | 2A | 0 | D | 41 | A1 | 1B | 1C |
| Octal | 64 | 132 | 116 | 52 | 0 | 15 | 101 | 241 | 33 | 34 |
| Binary | 110100 | 1011010 | 1001110 | 101010 | 0 | 1101 | 1000001 | 10100001 | 11011 | 11100 |
Color Harmonies of #345A4E
Complementary color
Monochromatic Colors of #345A4E
Black with #345A4E
Text Example
Text Example
White with #345A4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #345A4E; }
p { color: rgb(52,90,78); }
H1.HeaderClassName
{
color: #345A4E;
}
.AnyTagClassName
{
color: #345A4E;
}
</style>
background-color css
<style>
a { background-color: #345A4E; }
a { background-color: rgb(52,90,78); }
div.DivClassName
{
background-color: #345A4E;
}
.BgClassName
{
background-color: #345A4E;
}
</style>
border-color css
<style>
span { border-color: #345A4E; }
span { border-color: rgb(52,90,78); }
td.TdClassName
{
border-color: #345A4E;
}
.TagClassName
{
border-color: #345A4E;
}
</style>