#334957

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

Shades of Atomic #334957

Tints of Atomic #334957

Color information

#334957 (or 0x334957) is unknown color: approx Atomic. HEX triplet: 33, 49 and 57. RGB value is (51,73,87). Sum of RGB (Red+Green+Blue) = 51+73+87=211 (27% of max value = 765). Red value is 51 (20.31% from 255 or 24.17% from 211); Green value is 73 (28.91% from 255 or 34.60% from 211); Blue value is 87 (34.38% from 255 or 41.23% from 211); Max value from RGB is 87 - color contains mainly: blue. Hex color #334957 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #334957 is #CCB6A8. Grayscale: #434343. Windows color (decimal): -13416105 or 5720371. OLE color: 5720371.

HSL color Cylindrical-coordinate representation of color #334957: hue angle of 203.33º degrees, saturation: 0.26, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #334957 is Cyan = 0.41, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB517387-
CMYK0.410.1600.66
HSL203.33º26.09%27.06%-
HSV(B)203.33º41.38%34.12%-
XYZ5.476.169.92-
YUV68.02138.71115.86-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 24.17%
GREEN value IS 73 (28.91% from 255) = 34.60%
BLUE value IS 87 (34.38% from 255) = 41.23%
R=24.17%
G=34.60%
B=41.23%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal5173870.410.1600.66203.3326.0927.06
Hex3349572910042cb1a1b
Octal63111127512001023133233
Binary110011100100110101111010011000001000010110010111101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #334957

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #334957; }

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

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

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

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

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

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

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

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