#334C53

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

Shades of Atomic #334C53

Tints of Atomic #334C53

Color information

#334C53 (or 0x334C53) is unknown color: approx Atomic. HEX triplet: 33, 4C and 53. RGB value is (51,76,83). Sum of RGB (Red+Green+Blue) = 51+76+83=210 (27% of max value = 765). Red value is 51 (20.31% from 255 or 24.29% from 210); Green value is 76 (30.08% from 255 or 36.19% from 210); Blue value is 83 (32.81% from 255 or 39.52% from 210); Max value from RGB is 83 - color contains mainly: blue. Hex color #334C53 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #334C53 is #CCB3AC. Grayscale: #454545. Windows color (decimal): -13415341 or 5458995. OLE color: 5458995.

HSL color Cylindrical-coordinate representation of color #334C53: hue angle of 193.12º 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 #334C53 is Cyan = 0.39, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB517683-
CMYK0.390.0800.67
HSL193.12º23.88%26.27%-
HSV(B)193.12º38.55%32.55%-
XYZ5.516.59.15-
YUV69.32135.72114.93-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 24.29%
GREEN value IS 76 (30.08% from 255) = 36.19%
BLUE value IS 83 (32.81% from 255) = 39.52%
R=24.29%
G=36.19%
B=39.52%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5176830.390.0800.67193.1223.8826.27
Hex334C53278043c1181a
Octal63114123471001033013032
Binary11001110011001010011100111100001000011110000011100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #334C53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(51,76,83); }

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

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

 a { background-color: rgb(51,76,83); }

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

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

 span { border-color: rgb(51,76,83); }

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