#354D57

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

Shades of Atomic #354D57

Tints of Atomic #354D57

Color information

#354D57 (or 0x354D57) is unknown color: approx Atomic. HEX triplet: 35, 4D and 57. RGB value is (53,77,87). Sum of RGB (Red+Green+Blue) = 53+77+87=217 (28% of max value = 765). Red value is 53 (21.09% from 255 or 24.42% from 217); Green value is 77 (30.47% from 255 or 35.48% from 217); Blue value is 87 (34.38% from 255 or 40.09% from 217); Max value from RGB is 87 - color contains mainly: blue. Hex color #354D57 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #354D57 is #CAB2A8. Grayscale: #464646. Windows color (decimal): -13284009 or 5721397. OLE color: 5721397.

HSL color Cylindrical-coordinate representation of color #354D57: hue angle of 197.65º degrees, saturation: 0.24, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #354D57 is Cyan = 0.39, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB537787-
CMYK0.390.1100.66
HSL197.65º24.29%27.45%-
HSV(B)197.65º39.08%34.12%-
XYZ5.846.7510.01-
YUV70.96137.05115.19-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 24.42%
GREEN value IS 77 (30.47% from 255) = 35.48%
BLUE value IS 87 (34.38% from 255) = 40.09%
R=24.42%
G=35.48%
B=40.09%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal5377870.390.1100.66197.6524.2927.45
Hex354D5727B042c6181b
Octal65115127471301023063033
Binary11010110011011010111100111101101000010110001101100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #354D57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #354D57; }

 p { color: rgb(53,77,87); }

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

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

 a { background-color: rgb(53,77,87); }

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

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

 span { border-color: rgb(53,77,87); }

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