#334D59

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

Shades of Atomic #334D59

Tints of Atomic #334D59

Color information

#334D59 (or 0x334D59) is unknown color: approx Atomic. HEX triplet: 33, 4D and 59. RGB value is (51,77,89). Sum of RGB (Red+Green+Blue) = 51+77+89=217 (28% of max value = 765). Red value is 51 (20.31% from 255 or 23.50% from 217); Green value is 77 (30.47% from 255 or 35.48% from 217); Blue value is 89 (35.16% from 255 or 41.01% from 217); Max value from RGB is 89 - color contains mainly: blue. Hex color #334D59 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #334D59 is #CCB2A6. Grayscale: #464646. Windows color (decimal): -13415079 or 5852467. OLE color: 5852467.

HSL color Cylindrical-coordinate representation of color #334D59: hue angle of 198.95º degrees, saturation: 0.27, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #334D59 is Cyan = 0.43, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB517789-
CMYK0.430.1300.65
HSL198.95º27.14%27.45%-
HSV(B)198.95º42.7%34.9%-
XYZ5.826.7310.44-
YUV70.59138.39114.02-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 23.50%
GREEN value IS 77 (30.47% from 255) = 35.48%
BLUE value IS 89 (35.16% from 255) = 41.01%
R=23.50%
G=35.48%
B=41.01%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5177890.430.1300.65198.9527.1427.45
Hex334D592BD041c71b1b
Octal63115131531501013073333
Binary11001110011011011001101011110101000001110001111101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #334D59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #334D59; }

 p { color: rgb(51,77,89); }

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

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

 a { background-color: rgb(51,77,89); }

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

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

 span { border-color: rgb(51,77,89); }

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