#34494E

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

Shades of Atomic #34494E

Tints of Atomic #34494E

Color information

#34494E (or 0x34494E) is unknown color: approx Atomic. HEX triplet: 34, 49 and 4E. RGB value is (52,73,78). Sum of RGB (Red+Green+Blue) = 52+73+78=203 (26% of max value = 765). Red value is 52 (20.70% from 255 or 25.62% from 203); Green value is 73 (28.91% from 255 or 35.96% from 203); Blue value is 78 (30.86% from 255 or 38.42% from 203); Max value from RGB is 78 - color contains mainly: blue. Hex color #34494E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #34494E is #CBB6B1. Grayscale: #434343. Windows color (decimal): -13350578 or 5130548. OLE color: 5130548.

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

Color convert

RGB527378-
CMYK0.330.0600.69
HSL191.54º20%25.49%-
HSV(B)191.54º33.33%30.59%-
XYZ5.176.058.1-
YUV67.29134.04117.09-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 25.62%
GREEN value IS 73 (28.91% from 255) = 35.96%
BLUE value IS 78 (30.86% from 255) = 38.42%
R=25.62%
G=35.96%
B=38.42%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal5273780.330.0600.69191.542025.49
Hex34494E216045c01419
Octal6411111641601053002431
Binary1101001001001100111010000111001000101110000001010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34494E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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