#34674C

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

Shades of Spectra #34674C

Tints of Spectra #34674C

Color information

#34674C (or 0x34674C) is unknown color: approx Spectra. HEX triplet: 34, 67 and 4C. RGB value is (52,103,76). Sum of RGB (Red+Green+Blue) = 52+103+76=231 (30% of max value = 765). Red value is 52 (20.70% from 255 or 22.51% from 231); Green value is 103 (40.62% from 255 or 44.59% from 231); Blue value is 76 (30.08% from 255 or 32.90% from 231); Max value from RGB is 103 - color contains mainly: green. Hex color #34674C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #34674C is #CB98B3. Grayscale: #545454. Windows color (decimal): -13342900 or 5007156. OLE color: 5007156.

HSL color Cylindrical-coordinate representation of color #34674C: hue angle of 148.24º 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 #34674C is Cyan = 0.50, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.60.

Color convert

RGB5210376-
CMYK0.5000.260.60
HSL148.24º32.9%30.39%-
HSV(B)148.24º49.51%40.39%-
XYZ7.5710.958.55-
YUV84.67123.1104.7-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 22.51%
GREEN value IS 103 (40.62% from 255) = 44.59%
BLUE value IS 76 (30.08% from 255) = 32.90%
R=22.51%
G=44.59%
B=32.90%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal52103760.5000.260.60148.2432.930.39
Hex34674C3201A3C94211e
Octal6414711462032742244136
Binary110100110011110011001100100110101111001001010010000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34674C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #34674C; }

 p { color: rgb(52,103,76); }

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

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

 a { background-color: rgb(52,103,76); }

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

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

 span { border-color: rgb(52,103,76); }

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