#354B53

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

Shades of Atomic #354B53

Tints of Atomic #354B53

Color information

#354B53 (or 0x354B53) is unknown color: approx Atomic. HEX triplet: 35, 4B and 53. RGB value is (53,75,83). Sum of RGB (Red+Green+Blue) = 53+75+83=211 (27% of max value = 765). Red value is 53 (21.09% from 255 or 25.12% from 211); Green value is 75 (29.69% from 255 or 35.55% from 211); Blue value is 83 (32.81% from 255 or 39.34% from 211); Max value from RGB is 83 - color contains mainly: blue. Hex color #354B53 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #354B53 is #CAB4AC. Grayscale: #454545. Windows color (decimal): -13284525 or 5458741. OLE color: 5458741.

HSL color Cylindrical-coordinate representation of color #354B53: hue angle of 196º degrees, saturation: 0.22, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #354B53 is Cyan = 0.36, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB537583-
CMYK0.360.1000.67
HSL196º22.06%26.67%-
HSV(B)196º36.14%32.55%-
XYZ5.556.419.13-
YUV69.33135.71116.35-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 25.12%
GREEN value IS 75 (29.69% from 255) = 35.55%
BLUE value IS 83 (32.81% from 255) = 39.34%
R=25.12%
G=35.55%
B=39.34%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5375830.360.1000.6719622.0626.67
Hex354B5324A043c4161b
Octal65113123441201033042633
Binary11010110010111010011100100101001000011110001001011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #354B53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,75,83); }

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

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

 a { background-color: rgb(53,75,83); }

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

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

 span { border-color: rgb(53,75,83); }

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