Html Css Color HEX #345951 Spectra

📋 copy color: '#345951'

red 52 ◦ green 89 ◦ blue 81

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

Shades of Spectra #345951

Tints of Spectra #345951

RGB

 RED value IS 52 (20.7% 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 value IS 0.42

 M value IS 0

 Y value IS 0.09

 K value IS 0.65

RGB Variations

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

Color information

#345951 (or 0x345951) is known color: 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

RGB 52 89 81 -
CMYK 0.42 0 0.09 0.65
HSL 167.03º 0.26% 0.28% -
HSV(B) 167.03º 0.42% 0.35% -
XYZ 6.47 8.47 9.08 -
YUV 77.03 130.24 110.15 -
System Red Green Blue C M Y K H S L
Decimal 52 89 81 0.42 0 0.09 0.65 167.03 0.26 0.28
Hex 34 59 51 2A 0 9 41 A7 1A 1C
Octal 64 131 121 52 0 11 101 247 32 34
Binary 110100 1011001 1010001 101010 0 1001 1000001 10100111 11010 11100

Color Harmonies of #345951

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #345951

Black with #345951

Text Example


Text Example

White with #345951

Text Example


Text Example

HTML Codes & Css Web 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>