Html Css Color HEX #345449 Spectra

📋 copy color: '#345449'

red 52 ◦ green 84 ◦ blue 73

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

Shades of Spectra #345449

Tints of Spectra #345449

RGB

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

 GREEN value IS 84 (33.2% from 255) = 40.19%

 BLUE value IS 73 (28.91% from 255) = 34.93%

R = 24.88%
G = 40.19%
B = 34.93%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.13

 K value IS 0.67

RGB Variations

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

Color information

#345449 (or 0x345449) is known color: Spectra. HEX triplet: 34, 54 and 49. RGB value is (52,84,73). Sum of RGB (Red+Green+Blue) = 52+84+73=209 (27% of max value = 765). Red value is 52 (20.70% from 255 or 24.88% from 209); Green value is 84 (33.20% from 255 or 40.19% from 209); Blue value is 73 (28.91% from 255 or 34.93% from 209); Max value from RGB is 84 - color contains mainly: green. Hex color #345449 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #345449 is #CBABB6. Grayscale: #494949. Windows color (decimal): -13347767 or 4805684. OLE color: 4805684.

HSL color Cylindrical-coordinate representation of color #345449: hue angle of 159.38º degrees, saturation: 0.24, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #345449 is Cyan = 0.38, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.67.

Color convert

RGB 52 84 73 -
CMYK 0.38 0 0.13 0.67
HSL 159.38º 0.24% 0.27% -
HSV(B) 159.38º 0.38% 0.33% -
XYZ 5.79 7.55 7.46 -
YUV 73.18 127.9 112.89 -
System Red Green Blue C M Y K H S L
Decimal 52 84 73 0.38 0 0.13 0.67 159.38 0.24 0.27
Hex 34 54 49 26 0 D 43 9F 18 1B
Octal 64 124 111 46 0 15 103 237 30 33
Binary 110100 1010100 1001001 100110 0 1101 1000011 10011111 11000 11011

Color Harmonies of #345449

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #345449

Black with #345449

Text Example


Text Example

White with #345449

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #345449; }

 p { color: rgb(52,84,73); }

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

background-color css

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

 a { background-color: rgb(52,84,73); }

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

border-color css

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

 span { border-color: rgb(52,84,73); }

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