#345F55

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

Shades of Spectra #345F55

Tints of Spectra #345F55

Color information

#345F55 (or 0x345F55) is unknown color: approx Spectra. HEX triplet: 34, 5F and 55. RGB value is (52,95,85). Sum of RGB (Red+Green+Blue) = 52+95+85=232 (30% of max value = 765). Red value is 52 (20.70% from 255 or 22.41% from 232); Green value is 95 (37.5% from 255 or 40.95% from 232); Blue value is 85 (33.59% from 255 or 36.64% from 232); Max value from RGB is 95 - color contains mainly: green. Hex color #345F55 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #345F55 is #CBA0AA. Grayscale: #505050. Windows color (decimal): -13344939 or 5594932. OLE color: 5594932.

HSL color Cylindrical-coordinate representation of color #345F55: hue angle of 166.05º degrees, saturation: 0.29, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #345F55 is Cyan = 0.45, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.63.

Color convert

RGB529585-
CMYK0.4500.110.63
HSL166.05º29.25%28.82%-
HSV(B)166.05º45.26%37.25%-
XYZ7.159.5710.06-
YUV81130.25107.31-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 22.41%
GREEN value IS 95 (37.5% from 255) = 40.95%
BLUE value IS 85 (33.59% from 255) = 36.64%
R=22.41%
G=40.95%
B=36.64%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal5295850.4500.110.63166.0529.2528.82
Hex345F552D0B3Fa61d1d
Octal6413712555013772463535
Binary1101001011111101010110110101011111111101001101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #345F55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #345F55; }

 p { color: rgb(52,95,85); }

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

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

 a { background-color: rgb(52,95,85); }

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

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

 span { border-color: rgb(52,95,85); }

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