#345748

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

Shades of Spectra #345748

Tints of Spectra #345748

Color information

#345748 (or 0x345748) is unknown color: approx Spectra. HEX triplet: 34, 57 and 48. RGB value is (52,87,72). Sum of RGB (Red+Green+Blue) = 52+87+72=211 (27% of max value = 765). Red value is 52 (20.70% from 255 or 24.64% from 211); Green value is 87 (34.38% from 255 or 41.23% from 211); Blue value is 72 (28.52% from 255 or 34.12% from 211); Max value from RGB is 87 - color contains mainly: green. Hex color #345748 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #345748 is #CBA8B7. Grayscale: #4A4A4A. Windows color (decimal): -13347000 or 4740916. OLE color: 4740916.

HSL color Cylindrical-coordinate representation of color #345748: hue angle of 154.29º degrees, saturation: 0.25, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #345748 is Cyan = 0.40, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.66.

Color convert

RGB528772-
CMYK0.4000.170.66
HSL154.29º25.18%27.25%-
HSV(B)154.29º40.23%34.12%-
XYZ5.998.017.36-
YUV74.82126.4111.72-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 24.64%
GREEN value IS 87 (34.38% from 255) = 41.23%
BLUE value IS 72 (28.52% from 255) = 34.12%
R=24.64%
G=41.23%
B=34.12%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal5287720.4000.170.66154.2925.1827.25
Hex34574828011429a191b
Octal64127110500211022323133
Binary110100101011110010001010000100011000010100110101100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #345748

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #345748; }

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

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

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

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

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

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

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

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