#354C59

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

Shades of Atomic #354C59

Tints of Atomic #354C59

Color information

#354C59 (or 0x354C59) is unknown color: approx Atomic. HEX triplet: 35, 4C and 59. RGB value is (53,76,89). Sum of RGB (Red+Green+Blue) = 53+76+89=218 (28% of max value = 765). Red value is 53 (21.09% from 255 or 24.31% from 218); Green value is 76 (30.08% from 255 or 34.86% from 218); Blue value is 89 (35.16% from 255 or 40.83% from 218); Max value from RGB is 89 - color contains mainly: blue. Hex color #354C59 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #354C59 is #CAB3A6. Grayscale: #464646. Windows color (decimal): -13284263 or 5852213. OLE color: 5852213.

HSL color Cylindrical-coordinate representation of color #354C59: hue angle of 201.67º 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 #354C59 is Cyan = 0.40, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB537689-
CMYK0.400.1500.65
HSL201.67º25.35%27.84%-
HSV(B)201.67º40.45%34.9%-
XYZ5.866.6510.43-
YUV70.6138.38115.44-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 24.31%
GREEN value IS 76 (30.08% from 255) = 34.86%
BLUE value IS 89 (35.16% from 255) = 40.83%
R=24.31%
G=34.86%
B=40.83%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5376890.400.1500.65201.6725.3527.84
Hex354C5928F041ca191c
Octal65114131501701013123134
Binary11010110011001011001101000111101000001110010101100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #354C59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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