#354850

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

Shades of Atomic #354850

Tints of Atomic #354850

Color information

#354850 (or 0x354850) is unknown color: approx Atomic. HEX triplet: 35, 48 and 50. RGB value is (53,72,80). Sum of RGB (Red+Green+Blue) = 53+72+80=205 (27% of max value = 765). Red value is 53 (21.09% from 255 or 25.85% from 205); Green value is 72 (28.52% from 255 or 35.12% from 205); Blue value is 80 (31.64% from 255 or 39.02% from 205); Max value from RGB is 80 - color contains mainly: blue. Hex color #354850 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #354850 is #CAB7AF. Grayscale: #434343. Windows color (decimal): -13285296 or 5261365. OLE color: 5261365.

HSL color Cylindrical-coordinate representation of color #354850: hue angle of 197.78º degrees, saturation: 0.2, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #354850 is Cyan = 0.34, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB537280-
CMYK0.340.1000.69
HSL197.78º20.3%26.08%-
HSV(B)197.78º33.75%31.37%-
XYZ5.235.978.47-
YUV67.23135.21117.85-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 25.85%
GREEN value IS 72 (28.52% from 255) = 35.12%
BLUE value IS 80 (31.64% from 255) = 39.02%
R=25.85%
G=35.12%
B=39.02%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal5372800.340.1000.69197.7820.326.08
Hex35485022A045c6141a
Octal65110120421201053062432
Binary11010110010001010000100010101001000101110001101010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #354850

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #354850; }

 p { color: rgb(53,72,80); }

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

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

 a { background-color: rgb(53,72,80); }

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

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

 span { border-color: rgb(53,72,80); }

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