#34494F

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

Shades of Atomic #34494F

Tints of Atomic #34494F

Color information

#34494F (or 0x34494F) is unknown color: approx Atomic. HEX triplet: 34, 49 and 4F. RGB value is (52,73,79). Sum of RGB (Red+Green+Blue) = 52+73+79=204 (27% of max value = 765). Red value is 52 (20.70% from 255 or 25.49% from 204); Green value is 73 (28.91% from 255 or 35.78% from 204); Blue value is 79 (31.25% from 255 or 38.73% from 204); Max value from RGB is 79 - color contains mainly: blue. Hex color #34494F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #34494F is #CBB6B0. Grayscale: #434343. Windows color (decimal): -13350577 or 5196084. OLE color: 5196084.

HSL color Cylindrical-coordinate representation of color #34494F: hue angle of 193.33º degrees, saturation: 0.21, 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 #34494F is Cyan = 0.34, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB527379-
CMYK0.340.0800.69
HSL193.33º20.61%25.69%-
HSV(B)193.33º34.18%30.98%-
XYZ5.216.068.29-
YUV67.4134.54117.01-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 25.49%
GREEN value IS 73 (28.91% from 255) = 35.78%
BLUE value IS 79 (31.25% from 255) = 38.73%
R=25.49%
G=35.78%
B=38.73%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal5273790.340.0800.69193.3320.6125.69
Hex34494F228045c1151a
Octal64111117421001053012532
Binary11010010010011001111100010100001000101110000011010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34494F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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