#354C56

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

Shades of Atomic #354C56

Tints of Atomic #354C56

Color information

#354C56 (or 0x354C56) is unknown color: approx Atomic. HEX triplet: 35, 4C and 56. RGB value is (53,76,86). Sum of RGB (Red+Green+Blue) = 53+76+86=215 (28% of max value = 765). Red value is 53 (21.09% from 255 or 24.65% from 215); Green value is 76 (30.08% from 255 or 35.35% from 215); Blue value is 86 (33.98% from 255 or 40% from 215); Max value from RGB is 86 - color contains mainly: blue. Hex color #354C56 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #354C56 is #CAB3A9. Grayscale: #464646. Windows color (decimal): -13284266 or 5655605. OLE color: 5655605.

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

Color convert

RGB537686-
CMYK0.380.1200.66
HSL198.18º23.74%27.25%-
HSV(B)198.18º38.37%33.73%-
XYZ5.736.69.78-
YUV70.26136.88115.69-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 24.65%
GREEN value IS 76 (30.08% from 255) = 35.35%
BLUE value IS 86 (33.98% from 255) = 40%
R=24.65%
G=35.35%
B=40%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal5376860.380.1200.66198.1823.7427.25
Hex354C5626C042c6181b
Octal65114126461401023063033
Binary11010110011001010110100110110001000010110001101100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #354C56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,76,86); }

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

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

 a { background-color: rgb(53,76,86); }

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

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

 span { border-color: rgb(53,76,86); }

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