#354A52

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

Shades of Atomic #354A52

Tints of Atomic #354A52

Color information

#354A52 (or 0x354A52) is unknown color: approx Atomic. HEX triplet: 35, 4A and 52. RGB value is (53,74,82). Sum of RGB (Red+Green+Blue) = 53+74+82=209 (27% of max value = 765). Red value is 53 (21.09% from 255 or 25.36% from 209); Green value is 74 (29.30% from 255 or 35.41% from 209); Blue value is 82 (32.42% from 255 or 39.23% from 209); Max value from RGB is 82 - color contains mainly: blue. Hex color #354A52 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #354A52 is #CAB5AD. Grayscale: #444444. Windows color (decimal): -13284782 or 5392949. OLE color: 5392949.

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

Color convert

RGB537482-
CMYK0.350.1000.68
HSL196.55º21.48%26.47%-
HSV(B)196.55º35.37%32.16%-
XYZ5.446.268.9-
YUV68.63135.54116.85-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 25.36%
GREEN value IS 74 (29.30% from 255) = 35.41%
BLUE value IS 82 (32.42% from 255) = 39.23%
R=25.36%
G=35.41%
B=39.23%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal5374820.350.1000.68196.5521.4826.47
Hex354A5223A044c5151a
Octal65112122431201043052532
Binary11010110010101010010100011101001000100110001011010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #354A52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,74,82); }

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

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

 a { background-color: rgb(53,74,82); }

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

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

 span { border-color: rgb(53,74,82); }

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