#346351

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

Shades of Spectra #346351

Tints of Spectra #346351

Color information

#346351 (or 0x346351) is unknown color: approx Spectra. HEX triplet: 34, 63 and 51. RGB value is (52,99,81). Sum of RGB (Red+Green+Blue) = 52+99+81=232 (30% of max value = 765). Red value is 52 (20.70% from 255 or 22.41% from 232); Green value is 99 (39.06% from 255 or 42.67% from 232); Blue value is 81 (32.03% from 255 or 34.91% from 232); Max value from RGB is 99 - color contains mainly: green. Hex color #346351 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #346351 is #CB9CAE. Grayscale: #525252. Windows color (decimal): -13343919 or 5333812. OLE color: 5333812.

HSL color Cylindrical-coordinate representation of color #346351: hue angle of 157.02º degrees, saturation: 0.31, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #346351 is Cyan = 0.47, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.61.

Color convert

RGB529981-
CMYK0.4700.180.61
HSL157.02º31.13%29.61%-
HSV(B)157.02º47.47%38.82%-
XYZ7.3610.259.37-
YUV82.9126.93105.96-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 22.41%
GREEN value IS 99 (39.06% from 255) = 42.67%
BLUE value IS 81 (32.03% from 255) = 34.91%
R=22.41%
G=42.67%
B=34.91%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal5299810.4700.180.61157.0231.1329.61
Hex3463512F0123D9d1f1e
Octal6414312157022752353736
Binary11010011000111010001101111010010111101100111011111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #346351

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #346351; }

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

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

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

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

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

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

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

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