#334951

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

Shades of Atomic #334951

Tints of Atomic #334951

Color information

#334951 (or 0x334951) is unknown color: approx Atomic. HEX triplet: 33, 49 and 51. RGB value is (51,73,81). Sum of RGB (Red+Green+Blue) = 51+73+81=205 (27% of max value = 765). Red value is 51 (20.31% from 255 or 24.88% from 205); Green value is 73 (28.91% from 255 or 35.61% from 205); Blue value is 81 (32.03% from 255 or 39.51% from 205); Max value from RGB is 81 - color contains mainly: blue. Hex color #334951 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #334951 is #CCB6AE. Grayscale: #434343. Windows color (decimal): -13416111 or 5327155. OLE color: 5327155.

HSL color Cylindrical-coordinate representation of color #334951: hue angle of 196º degrees, saturation: 0.23, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #334951 is Cyan = 0.37, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB517381-
CMYK0.370.1000.68
HSL196º22.73%25.88%-
HSV(B)196º37.04%31.76%-
XYZ5.236.068.68-
YUV67.33135.71116.35-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 24.88%
GREEN value IS 73 (28.91% from 255) = 35.61%
BLUE value IS 81 (32.03% from 255) = 39.51%
R=24.88%
G=35.61%
B=39.51%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal5173810.370.1000.6819622.7325.88
Hex33495125A044c4171a
Octal63111121451201043042732
Binary11001110010011010001100101101001000100110001001011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #334951

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #334951; }

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

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

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

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

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

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

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

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