#394C55

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

Shades of Atomic #394C55

Tints of Atomic #394C55

Color information

#394C55 (or 0x394C55) is unknown color: approx Atomic. HEX triplet: 39, 4C and 55. RGB value is (57,76,85). Sum of RGB (Red+Green+Blue) = 57+76+85=218 (28% of max value = 765). Red value is 57 (22.66% from 255 or 26.15% from 218); Green value is 76 (30.08% from 255 or 34.86% from 218); Blue value is 85 (33.59% from 255 or 38.99% from 218); Max value from RGB is 85 - color contains mainly: blue. Hex color #394C55 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #394C55 is #C6B3AA. Grayscale: #474747. Windows color (decimal): -13022123 or 5590073. OLE color: 5590073.

HSL color Cylindrical-coordinate representation of color #394C55: hue angle of 199.29º degrees, saturation: 0.2, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #394C55 is Cyan = 0.33, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB577685-
CMYK0.330.1100.67
HSL199.29º19.72%27.84%-
HSV(B)199.29º32.94%33.33%-
XYZ5.916.699.57-
YUV71.34135.71117.77-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 26.15%
GREEN value IS 76 (30.08% from 255) = 34.86%
BLUE value IS 85 (33.59% from 255) = 38.99%
R=26.15%
G=34.86%
B=38.99%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5776850.330.1100.67199.2919.7227.84
Hex394C5521B043c7141c
Octal71114125411301033072434
Binary11100110011001010101100001101101000011110001111010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #394C55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #394C55; }

 p { color: rgb(57,76,85); }

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

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

 a { background-color: rgb(57,76,85); }

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

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

 span { border-color: rgb(57,76,85); }

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