#354F5B

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

Shades of Atomic #354F5B

Tints of Atomic #354F5B

Color information

#354F5B (or 0x354F5B) is unknown color: approx Atomic. HEX triplet: 35, 4F and 5B. RGB value is (53,79,91). Sum of RGB (Red+Green+Blue) = 53+79+91=223 (29% of max value = 765). Red value is 53 (21.09% from 255 or 23.77% from 223); Green value is 79 (31.25% from 255 or 35.43% from 223); Blue value is 91 (35.94% from 255 or 40.81% from 223); Max value from RGB is 91 - color contains mainly: blue. Hex color #354F5B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #354F5B is #CAB0A4. Grayscale: #484848. Windows color (decimal): -13283493 or 5984053. OLE color: 5984053.

HSL color Cylindrical-coordinate representation of color #354F5B: hue angle of 198.95º degrees, saturation: 0.26, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #354F5B is Cyan = 0.42, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB537991-
CMYK0.420.1300.64
HSL198.95º26.39%28.24%-
HSV(B)198.95º41.76%35.69%-
XYZ6.157.110.94-
YUV72.59138.39114.02-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 23.77%
GREEN value IS 79 (31.25% from 255) = 35.43%
BLUE value IS 91 (35.94% from 255) = 40.81%
R=23.77%
G=35.43%
B=40.81%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal5379910.420.1300.64198.9526.3928.24
Hex354F5B2AD040c71a1c
Octal65117133521501003073234
Binary11010110011111011011101010110101000000110001111101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #354F5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,79,91); }

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

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

 a { background-color: rgb(53,79,91); }

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

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

 span { border-color: rgb(53,79,91); }

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