#345648

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

Shades of Spectra #345648

Tints of Spectra #345648

Color information

#345648 (or 0x345648) is unknown color: approx Spectra. HEX triplet: 34, 56 and 48. RGB value is (52,86,72). Sum of RGB (Red+Green+Blue) = 52+86+72=210 (27% of max value = 765). Red value is 52 (20.70% from 255 or 24.76% from 210); Green value is 86 (33.98% from 255 or 40.95% from 210); Blue value is 72 (28.52% from 255 or 34.29% from 210); Max value from RGB is 86 - color contains mainly: green. Hex color #345648 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #345648 is #CBA9B7. Grayscale: #4A4A4A. Windows color (decimal): -13347256 or 4740660. OLE color: 4740660.

HSL color Cylindrical-coordinate representation of color #345648: hue angle of 155.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 #345648 is Cyan = 0.40, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.66.

Color convert

RGB528672-
CMYK0.4000.160.66
HSL155.29º24.64%27.06%-
HSV(B)155.29º39.53%33.73%-
XYZ5.917.857.34-
YUV74.24126.74112.14-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 24.76%
GREEN value IS 86 (33.98% from 255) = 40.95%
BLUE value IS 72 (28.52% from 255) = 34.29%
R=24.76%
G=40.95%
B=34.29%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal5286720.4000.160.66155.2924.6427.06
Hex34564828010429b191b
Octal64126110500201022333133
Binary110100101011010010001010000100001000010100110111100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #345648

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #345648; }

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

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

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

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

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

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

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

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