#35494F

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

Shades of Atomic #35494F

Tints of Atomic #35494F

Color information

#35494F (or 0x35494F) is unknown color: approx Atomic. HEX triplet: 35, 49 and 4F. RGB value is (53,73,79). Sum of RGB (Red+Green+Blue) = 53+73+79=205 (27% of max value = 765). Red value is 53 (21.09% from 255 or 25.85% from 205); Green value is 73 (28.91% from 255 or 35.61% from 205); Blue value is 79 (31.25% from 255 or 38.54% from 205); Max value from RGB is 79 - color contains mainly: blue. Hex color #35494F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #35494F is #CAB6B0. Grayscale: #434343. Windows color (decimal): -13285041 or 5196085. OLE color: 5196085.

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

Color convert

RGB537379-
CMYK0.330.0800.69
HSL193.85º19.7%25.88%-
HSV(B)193.85º32.91%30.98%-
XYZ5.266.098.29-
YUV67.7134.37117.51-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 25.85%
GREEN value IS 73 (28.91% from 255) = 35.61%
BLUE value IS 79 (31.25% from 255) = 38.54%
R=25.85%
G=35.61%
B=38.54%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal5373790.330.0800.69193.8519.725.88
Hex35494F218045c2141a
Octal65111117411001053022432
Binary11010110010011001111100001100001000101110000101010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35494F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #35494F; }

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

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

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

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

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

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

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

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