#334955

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

Shades of Atomic #334955

Tints of Atomic #334955

Color information

#334955 (or 0x334955) is unknown color: approx Atomic. HEX triplet: 33, 49 and 55. RGB value is (51,73,85). Sum of RGB (Red+Green+Blue) = 51+73+85=209 (27% of max value = 765). Red value is 51 (20.31% from 255 or 24.40% from 209); Green value is 73 (28.91% from 255 or 34.93% from 209); Blue value is 85 (33.59% from 255 or 40.67% from 209); Max value from RGB is 85 - color contains mainly: blue. Hex color #334955 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #334955 is #CCB6AA. Grayscale: #434343. Windows color (decimal): -13416107 or 5589299. OLE color: 5589299.

HSL color Cylindrical-coordinate representation of color #334955: hue angle of 201.18º degrees, saturation: 0.25, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #334955 is Cyan = 0.40, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB517385-
CMYK0.400.1400.67
HSL201.18º25%26.67%-
HSV(B)201.18º40%33.33%-
XYZ5.396.129.49-
YUV67.79137.71116.02-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 24.40%
GREEN value IS 73 (28.91% from 255) = 34.93%
BLUE value IS 85 (33.59% from 255) = 40.67%
R=24.40%
G=34.93%
B=40.67%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5173850.400.1400.67201.182526.67
Hex33495528E043c9191b
Octal63111125501601033113133
Binary11001110010011010101101000111001000011110010011100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #334955

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #334955; }

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

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

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

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

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

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

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

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