#334E59

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

Shades of Atomic #334E59

Tints of Atomic #334E59

Color information

#334E59 (or 0x334E59) is unknown color: approx Atomic. HEX triplet: 33, 4E and 59. RGB value is (51,78,89). Sum of RGB (Red+Green+Blue) = 51+78+89=218 (28% of max value = 765). Red value is 51 (20.31% from 255 or 23.39% from 218); Green value is 78 (30.86% from 255 or 35.78% from 218); Blue value is 89 (35.16% from 255 or 40.83% from 218); Max value from RGB is 89 - color contains mainly: blue. Hex color #334E59 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #334E59 is #CCB1A6. Grayscale: #474747. Windows color (decimal): -13414823 or 5852723. OLE color: 5852723.

HSL color Cylindrical-coordinate representation of color #334E59: hue angle of 197.37º 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 #334E59 is Cyan = 0.43, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB517889-
CMYK0.430.1200.65
HSL197.37º27.14%27.45%-
HSV(B)197.37º42.7%34.9%-
XYZ5.896.8710.47-
YUV71.18138.05113.61-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 23.39%
GREEN value IS 78 (30.86% from 255) = 35.78%
BLUE value IS 89 (35.16% from 255) = 40.83%
R=23.39%
G=35.78%
B=40.83%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5178890.430.1200.65197.3727.1427.45
Hex334E592BC041c51b1b
Octal63116131531401013053333
Binary11001110011101011001101011110001000001110001011101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #334E59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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