#334950

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

Shades of Atomic #334950

Tints of Atomic #334950

Color information

#334950 (or 0x334950) is unknown color: approx Atomic. HEX triplet: 33, 49 and 50. RGB value is (51,73,80). Sum of RGB (Red+Green+Blue) = 51+73+80=204 (27% of max value = 765). Red value is 51 (20.31% from 255 or 25% from 204); Green value is 73 (28.91% from 255 or 35.78% from 204); Blue value is 80 (31.64% from 255 or 39.22% from 204); Max value from RGB is 80 - color contains mainly: blue. Hex color #334950 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #334950 is #CCB6AF. Grayscale: #434343. Windows color (decimal): -13416112 or 5261619. OLE color: 5261619.

HSL color Cylindrical-coordinate representation of color #334950: hue angle of 194.48º degrees, saturation: 0.22, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #334950 is Cyan = 0.36, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB517380-
CMYK0.360.0900.69
HSL194.48º22.14%25.69%-
HSV(B)194.48º36.25%31.37%-
XYZ5.26.058.48-
YUV67.22135.21116.43-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 25%
GREEN value IS 73 (28.91% from 255) = 35.78%
BLUE value IS 80 (31.64% from 255) = 39.22%
R=25%
G=35.78%
B=39.22%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal5173800.360.0900.69194.4822.1425.69
Hex334950249045c2161a
Octal63111120441101053022632
Binary11001110010011010000100100100101000101110000101011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #334950

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #334950; }

 p { color: rgb(51,73,80); }

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

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

 a { background-color: rgb(51,73,80); }

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

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

 span { border-color: rgb(51,73,80); }

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