#34584E

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

Shades of Spectra #34584E

Tints of Spectra #34584E

Color information

#34584E (or 0x34584E) is unknown color: approx Spectra. HEX triplet: 34, 58 and 4E. RGB value is (52,88,78). Sum of RGB (Red+Green+Blue) = 52+88+78=218 (28% of max value = 765). Red value is 52 (20.70% from 255 or 23.85% from 218); Green value is 88 (34.77% from 255 or 40.37% from 218); Blue value is 78 (30.86% from 255 or 35.78% from 218); Max value from RGB is 88 - color contains mainly: green. Hex color #34584E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #34584E is #CBA7B1. Grayscale: #4C4C4C. Windows color (decimal): -13346738 or 5134388. OLE color: 5134388.

HSL color Cylindrical-coordinate representation of color #34584E: hue angle of 163.33º degrees, saturation: 0.26, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #34584E is Cyan = 0.41, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.65.

Color convert

RGB528878-
CMYK0.4100.110.65
HSL163.33º25.71%27.45%-
HSV(B)163.33º40.91%34.51%-
XYZ6.288.268.47-
YUV76.1129.07110.81-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 23.85%
GREEN value IS 88 (34.77% from 255) = 40.37%
BLUE value IS 78 (30.86% from 255) = 35.78%
R=23.85%
G=40.37%
B=35.78%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5288780.4100.110.65163.3325.7127.45
Hex34584E290B41a31a1b
Octal64130116510131012433233
Binary11010010110001001110101001010111000001101000111101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34584E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #34584E; }

 p { color: rgb(52,88,78); }

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

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

 a { background-color: rgb(52,88,78); }

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

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

 span { border-color: rgb(52,88,78); }

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