#354D58

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

Shades of Atomic #354D58

Tints of Atomic #354D58

Color information

#354D58 (or 0x354D58) is unknown color: approx Atomic. HEX triplet: 35, 4D and 58. RGB value is (53,77,88). Sum of RGB (Red+Green+Blue) = 53+77+88=218 (28% of max value = 765). Red value is 53 (21.09% from 255 or 24.31% from 218); Green value is 77 (30.47% from 255 or 35.32% from 218); Blue value is 88 (34.77% from 255 or 40.37% from 218); Max value from RGB is 88 - color contains mainly: blue. Hex color #354D58 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #354D58 is #CAB2A7. Grayscale: #474747. Windows color (decimal): -13284008 or 5786933. OLE color: 5786933.

HSL color Cylindrical-coordinate representation of color #354D58: hue angle of 198.86º degrees, saturation: 0.25, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #354D58 is Cyan = 0.40, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB537788-
CMYK0.400.1200.65
HSL198.86º24.82%27.65%-
HSV(B)198.86º39.77%34.51%-
XYZ5.886.7710.23-
YUV71.08137.55115.11-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 24.31%
GREEN value IS 77 (30.47% from 255) = 35.32%
BLUE value IS 88 (34.77% from 255) = 40.37%
R=24.31%
G=35.32%
B=40.37%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5377880.400.1200.65198.8624.8227.65
Hex354D5828C041c7191c
Octal65115130501401013073134
Binary11010110011011011000101000110001000001110001111100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #354D58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,77,88); }

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

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

 a { background-color: rgb(53,77,88); }

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

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

 span { border-color: rgb(53,77,88); }

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