#345447

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

Shades of Spectra #345447

Tints of Spectra #345447

Color information

#345447 (or 0x345447) is unknown color: approx Spectra. HEX triplet: 34, 54 and 47. RGB value is (52,84,71). Sum of RGB (Red+Green+Blue) = 52+84+71=207 (27% of max value = 765). Red value is 52 (20.70% from 255 or 25.12% from 207); Green value is 84 (33.20% from 255 or 40.58% from 207); Blue value is 71 (28.12% from 255 or 34.30% from 207); Max value from RGB is 84 - color contains mainly: green. Hex color #345447 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #345447 is #CBABB8. Grayscale: #484848. Windows color (decimal): -13347769 or 4674612. OLE color: 4674612.

HSL color Cylindrical-coordinate representation of color #345447: hue angle of 155.62º 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 #345447 is Cyan = 0.38, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.67.

Color convert

RGB528471-
CMYK0.3800.150.67
HSL155.62º23.53%26.67%-
HSV(B)155.62º38.1%32.94%-
XYZ5.727.537.11-
YUV72.95126.9113.06-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 25.12%
GREEN value IS 84 (33.20% from 255) = 40.58%
BLUE value IS 71 (28.12% from 255) = 34.30%
R=25.12%
G=40.58%
B=34.30%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5284710.3800.150.67155.6223.5326.67
Hex345447260F439c181b
Octal64124107460171032343033
Binary11010010101001000111100110011111000011100111001100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #345447

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #345447; }

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

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

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

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

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

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

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

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