#345951

Color #345951 Spectra (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Spectra #345951

Tints of Spectra #345951

Color information

#345951 (or 0x345951) is unknown color: approx Spectra. HEX triplet: 34, 59 and 51. RGB value is (52,89,81). Sum of RGB (Red+Green+Blue) = 52+89+81=222 (29% of max value = 765). Red value is 52 (20.70% from 255 or 23.42% from 222); Green value is 89 (35.16% from 255 or 40.09% from 222); Blue value is 81 (32.03% from 255 or 36.49% from 222); Max value from RGB is 89 - color contains mainly: green. Hex color #345951 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #345951 is #CBA6AE. Grayscale: #4D4D4D. Windows color (decimal): -13346479 or 5331252. OLE color: 5331252.

HSL color Cylindrical-coordinate representation of color #345951: hue angle of 167.03º degrees, saturation: 0.26, 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 #345951 is Cyan = 0.42, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.65.

Color convert

RGB528981-
CMYK0.4200.090.65
HSL167.03º26.24%27.65%-
HSV(B)167.03º41.57%34.9%-
XYZ6.478.479.08-
YUV77.02130.24110.15-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 52 (20.70% from 255) = 23.42%
GREEN value IS 89 (35.16% from 255) = 40.09%
BLUE value IS 81 (32.03% from 255) = 36.49%
R=23.42%
G=40.09%
B=36.49%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5289810.4200.090.65167.0326.2427.65
Hex3459512A0941a71a1c
Octal64131121520111012473234
Binary11010010110011010001101010010011000001101001111101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #345951

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #345951; }

 p { color: rgb(52,89,81); }

 H1.HeaderClassName
 {
   color: #345951;
 }
 .AnyTagClassName
 {
   color: #345951;
 }
</style>
background-color css

<style>
 a { background-color: #345951; }

 a { background-color: rgb(52,89,81); }

 div.DivClassName
 {
   background-color: #345951;
 }
 .BgClassName
 {
   background-color: #345951;
 }
</style>
border-color css

<style>
 span { border-color: #345951; }

 span { border-color: rgb(52,89,81); }

 td.TdClassName
 {
   border-color: #345951;
 }
 .TagClassName
 {
   border-color: #345951;
 }
</style>