#334753

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

Shades of Atomic #334753

Tints of Atomic #334753

Color information

#334753 (or 0x334753) is unknown color: approx Atomic. HEX triplet: 33, 47 and 53. RGB value is (51,71,83). Sum of RGB (Red+Green+Blue) = 51+71+83=205 (27% of max value = 765). Red value is 51 (20.31% from 255 or 24.88% from 205); Green value is 71 (28.12% from 255 or 34.63% from 205); Blue value is 83 (32.81% from 255 or 40.49% from 205); Max value from RGB is 83 - color contains mainly: blue. Hex color #334753 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #334753 is #CCB8AC. Grayscale: #424242. Windows color (decimal): -13416621 or 5457715. OLE color: 5457715.

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

Color convert

RGB517183-
CMYK0.390.1400.67
HSL202.5º23.88%26.27%-
HSV(B)202.5º38.55%32.55%-
XYZ5.185.839.04-
YUV66.39137.37117.02-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 24.88%
GREEN value IS 71 (28.12% from 255) = 34.63%
BLUE value IS 83 (32.81% from 255) = 40.49%
R=24.88%
G=34.63%
B=40.49%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5171830.390.1400.67202.523.8826.27
Hex33475327E043ca181a
Octal63107123471601033123032
Binary11001110001111010011100111111001000011110010101100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #334753

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #334753; }

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

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

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

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

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

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

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

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