#334853

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

Shades of Atomic #334853

Tints of Atomic #334853

Color information

#334853 (or 0x334853) is unknown color: approx Atomic. HEX triplet: 33, 48 and 53. RGB value is (51,72,83). Sum of RGB (Red+Green+Blue) = 51+72+83=206 (27% of max value = 765). Red value is 51 (20.31% from 255 or 24.76% from 206); Green value is 72 (28.52% from 255 or 34.95% from 206); Blue value is 83 (32.81% from 255 or 40.29% from 206); Max value from RGB is 83 - color contains mainly: blue. Hex color #334853 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #334853 is #CCB7AC. Grayscale: #424242. Windows color (decimal): -13416365 or 5457971. OLE color: 5457971.

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

Color convert

RGB517283-
CMYK0.390.1300.67
HSL200.62º23.88%26.27%-
HSV(B)200.62º38.55%32.55%-
XYZ5.245.969.06-
YUV66.97137.04116.61-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 24.76%
GREEN value IS 72 (28.52% from 255) = 34.95%
BLUE value IS 83 (32.81% from 255) = 40.29%
R=24.76%
G=34.95%
B=40.29%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5172830.390.1300.67200.6223.8826.27
Hex33485327D043c9181a
Octal63110123471501033113032
Binary11001110010001010011100111110101000011110010011100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #334853

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #334853; }

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

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

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

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

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

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

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

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