#334850

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

Shades of Atomic #334850

Tints of Atomic #334850

Color information

#334850 (or 0x334850) is unknown color: approx Atomic. HEX triplet: 33, 48 and 50. RGB value is (51,72,80). Sum of RGB (Red+Green+Blue) = 51+72+80=203 (26% of max value = 765). Red value is 51 (20.31% from 255 or 25.12% from 203); Green value is 72 (28.52% from 255 or 35.47% from 203); Blue value is 80 (31.64% from 255 or 39.41% from 203); Max value from RGB is 80 - color contains mainly: blue. Hex color #334850 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #334850 is #CCB7AF. Grayscale: #424242. Windows color (decimal): -13416368 or 5261363. OLE color: 5261363.

HSL color Cylindrical-coordinate representation of color #334850: hue angle of 196.55º 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 #334850 is Cyan = 0.36, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB517280-
CMYK0.360.1000.69
HSL196.55º22.14%25.69%-
HSV(B)196.55º36.25%31.37%-
XYZ5.135.928.46-
YUV66.63135.54116.85-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 25.12%
GREEN value IS 72 (28.52% from 255) = 35.47%
BLUE value IS 80 (31.64% from 255) = 39.41%
R=25.12%
G=35.47%
B=39.41%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal5172800.360.1000.69196.5522.1425.69
Hex33485024A045c5161a
Octal63110120441201053052632
Binary11001110010001010000100100101001000101110001011011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #334850

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #334850; }

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

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

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

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

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

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

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

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