Html Css Color HEX #346357 Spectra

📋 copy color: '#346357'

red 52 ◦ green 99 ◦ blue 87

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

Shades of Spectra #346357

Tints of Spectra #346357

RGB

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

 GREEN value IS 99 (39.06% from 255) = 41.6%

 BLUE value IS 87 (34.38% from 255) = 36.55%

R = 21.85%
G = 41.6%
B = 36.55%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.12

 K value IS 0.61

RGB Variations

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

Color information

#346357 (or 0x346357) is known color: Spectra. HEX triplet: 34, 63 and 57. RGB value is (52,99,87). Sum of RGB (Red+Green+Blue) = 52+99+87=238 (31% of max value = 765). Red value is 52 (20.70% from 255 or 21.85% from 238); Green value is 99 (39.06% from 255 or 41.60% from 238); Blue value is 87 (34.38% from 255 or 36.55% from 238); Max value from RGB is 99 - color contains mainly: green. Hex color #346357 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #346357 is #CB9CA8. Grayscale: #535353. Windows color (decimal): -13343913 or 5727028. OLE color: 5727028.

HSL color Cylindrical-coordinate representation of color #346357: hue angle of 164.68º 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 #346357 is Cyan = 0.47, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.61.

Color convert

RGB 52 99 87 -
CMYK 0.47 0 0.12 0.61
HSL 164.68º 0.31% 0.3% -
HSV(B) 164.68º 0.47% 0.39% -
XYZ 7.6 10.34 10.61 -
YUV 83.58 129.93 105.48 -
System Red Green Blue C M Y K H S L
Decimal 52 99 87 0.47 0 0.12 0.61 164.68 0.31 0.3
Hex 34 63 57 2F 0 C 3D A5 1F 1E
Octal 64 143 127 57 0 14 75 245 37 36
Binary 110100 1100011 1010111 101111 0 1100 111101 10100101 11111 11110

Color Harmonies of #346357

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #346357

Black with #346357

Text Example


Text Example

White with #346357

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #346357; }

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

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

background-color css

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

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

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

border-color css

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

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

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