#334A54

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

Shades of Atomic #334A54

Tints of Atomic #334A54

Color information

#334A54 (or 0x334A54) is unknown color: approx Atomic. HEX triplet: 33, 4A and 54. RGB value is (51,74,84). Sum of RGB (Red+Green+Blue) = 51+74+84=209 (27% of max value = 765). Red value is 51 (20.31% from 255 or 24.40% from 209); Green value is 74 (29.30% from 255 or 35.41% from 209); Blue value is 84 (33.20% from 255 or 40.19% from 209); Max value from RGB is 84 - color contains mainly: blue. Hex color #334A54 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #334A54 is #CCB5AB. Grayscale: #444444. Windows color (decimal): -13415852 or 5524019. OLE color: 5524019.

HSL color Cylindrical-coordinate representation of color #334A54: hue angle of 198.18º degrees, saturation: 0.24, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #334A54 is Cyan = 0.39, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB517484-
CMYK0.390.1200.67
HSL198.18º24.44%26.47%-
HSV(B)198.18º39.29%32.94%-
XYZ5.416.249.31-
YUV68.26136.88115.69-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 24.40%
GREEN value IS 74 (29.30% from 255) = 35.41%
BLUE value IS 84 (33.20% from 255) = 40.19%
R=24.40%
G=35.41%
B=40.19%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5174840.390.1200.67198.1824.4426.47
Hex334A5427C043c6181a
Octal63112124471401033063032
Binary11001110010101010100100111110001000011110001101100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #334A54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #334A54; }

 p { color: rgb(51,74,84); }

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

<style>
 a { background-color: #334A54; }

 a { background-color: rgb(51,74,84); }

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

<style>
 span { border-color: #334A54; }

 span { border-color: rgb(51,74,84); }

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