#334856

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

Shades of Atomic #334856

Tints of Atomic #334856

Color information

#334856 (or 0x334856) is unknown color: approx Atomic. HEX triplet: 33, 48 and 56. RGB value is (51,72,86). Sum of RGB (Red+Green+Blue) = 51+72+86=209 (27% of max value = 765). Red value is 51 (20.31% from 255 or 24.40% from 209); Green value is 72 (28.52% from 255 or 34.45% from 209); Blue value is 86 (33.98% from 255 or 41.15% from 209); Max value from RGB is 86 - color contains mainly: blue. Hex color #334856 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #334856 is #CCB7A9. Grayscale: #434343. Windows color (decimal): -13416362 or 5654579. OLE color: 5654579.

HSL color Cylindrical-coordinate representation of color #334856: hue angle of 204º degrees, saturation: 0.26, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #334856 is Cyan = 0.41, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB517286-
CMYK0.410.1600.66
HSL204º25.55%26.86%-
HSV(B)204º40.7%33.73%-
XYZ5.366.019.68-
YUV67.32138.54116.36-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 24.40%
GREEN value IS 72 (28.52% from 255) = 34.45%
BLUE value IS 86 (33.98% from 255) = 41.15%
R=24.40%
G=34.45%
B=41.15%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal5172860.410.1600.6620425.5526.86
Hex3348562910042cc1a1b
Octal63110126512001023143233
Binary110011100100010101101010011000001000010110011001101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #334856

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #334856; }

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

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

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

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

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

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

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

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