#334956

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

Shades of Atomic #334956

Tints of Atomic #334956

Color information

#334956 (or 0x334956) is unknown color: approx Atomic. HEX triplet: 33, 49 and 56. RGB value is (51,73,86). Sum of RGB (Red+Green+Blue) = 51+73+86=210 (27% of max value = 765). Red value is 51 (20.31% from 255 or 24.29% from 210); Green value is 73 (28.91% from 255 or 34.76% from 210); Blue value is 86 (33.98% from 255 or 40.95% from 210); Max value from RGB is 86 - color contains mainly: blue. Hex color #334956 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #334956 is #CCB6A9. Grayscale: #434343. Windows color (decimal): -13416106 or 5654835. OLE color: 5654835.

HSL color Cylindrical-coordinate representation of color #334956: hue angle of 202.29º 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 #334956 is Cyan = 0.41, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB517386-
CMYK0.410.1500.66
HSL202.29º25.55%26.86%-
HSV(B)202.29º40.7%33.73%-
XYZ5.436.149.7-
YUV67.9138.21115.94-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 24.29%
GREEN value IS 73 (28.91% from 255) = 34.76%
BLUE value IS 86 (33.98% from 255) = 40.95%
R=24.29%
G=34.76%
B=40.95%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal5173860.410.1500.66202.2925.5526.86
Hex33495629F042ca1a1b
Octal63111126511701023123233
Binary11001110010011010110101001111101000010110010101101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #334956

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #334956; }

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

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

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

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

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

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

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

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