Html Css Color HEX #346853 Spectra

📋 copy color: '#346853'

red 52 ◦ green 104 ◦ blue 83

#346853
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Spectra #346853

Tints of Spectra #346853

RGB

 RED value IS 52 (20.7% from 255) = 21.76%

 GREEN value IS 104 (41.02% from 255) = 43.51%

 BLUE value IS 83 (32.81% from 255) = 34.73%

R = 21.76%
G = 43.51%
B = 34.73%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.20

 K value IS 0.59

RGB Variations

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

Color information

#346853 (or 0x346853) is known color: Spectra. HEX triplet: 34, 68 and 53. RGB value is (52,104,83). Sum of RGB (Red+Green+Blue) = 52+104+83=239 (31% of max value = 765). Red value is 52 (20.70% from 255 or 21.76% from 239); Green value is 104 (41.02% from 255 or 43.51% from 239); Blue value is 83 (32.81% from 255 or 34.73% from 239); Max value from RGB is 104 - color contains mainly: green. Hex color #346853 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #346853 is #CB97AC. Grayscale: #565656. Windows color (decimal): -13342637 or 5466164. OLE color: 5466164.

HSL color Cylindrical-coordinate representation of color #346853: hue angle of 155.77º degrees, saturation: 0.33, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #346853 is Cyan = 0.50, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.59.

Color convert

RGB 52 104 83 -
CMYK 0.50 0 0.20 0.59
HSL 155.77º 0.33% 0.31% -
HSV(B) 155.77º 0.5% 0.41% -
XYZ 7.93 11.26 9.94 -
YUV 86.06 126.27 103.71 -
System Red Green Blue C M Y K H S L
Decimal 52 104 83 0.50 0 0.20 0.59 155.77 0.33 0.31
Hex 34 68 53 32 0 14 3B 9C 21 1F
Octal 64 150 123 62 0 24 73 234 41 37
Binary 110100 1101000 1010011 110010 0 10100 111011 10011100 100001 11111

Color Harmonies of #346853

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #346853

Black with #346853

Text Example


Text Example

White with #346853

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #346853; }

 p { color: rgb(52,104,83); }

 H1.HeaderClassName
 {
   color: #346853;
 }
 .AnyTagClassName
 {
   color: #346853;
 }
</style>

background-color css

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

 a { background-color: rgb(52,104,83); }

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

border-color css

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

 span { border-color: rgb(52,104,83); }

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