#38494D

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

Shades of Atomic #38494D

Tints of Atomic #38494D

Color information

#38494D (or 0x38494D) is unknown color: approx Atomic. HEX triplet: 38, 49 and 4D. RGB value is (56,73,77). Sum of RGB (Red+Green+Blue) = 56+73+77=206 (27% of max value = 765). Red value is 56 (22.27% from 255 or 27.18% from 206); Green value is 73 (28.91% from 255 or 35.44% from 206); Blue value is 77 (30.47% from 255 or 37.38% from 206); Max value from RGB is 77 - color contains mainly: blue. Hex color #38494D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #38494D is #C7B6B2. Grayscale: #444444. Windows color (decimal): -13088435 or 5065016. OLE color: 5065016.

HSL color Cylindrical-coordinate representation of color #38494D: hue angle of 191.43º degrees, saturation: 0.16, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #38494D is Cyan = 0.27, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB567377-
CMYK0.270.0500.70
HSL191.43º15.79%26.08%-
HSV(B)191.43º27.27%30.2%-
XYZ5.356.147.92-
YUV68.37132.87119.17-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 27.18%
GREEN value IS 73 (28.91% from 255) = 35.44%
BLUE value IS 77 (30.47% from 255) = 37.38%
R=27.18%
G=35.44%
B=37.38%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal5673770.270.0500.70191.4315.7926.08
Hex38494D1B5046bf101a
Octal7011111533501062772032
Binary111000100100110011011101110101000110101111111000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38494D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #38494D; }

 p { color: rgb(56,73,77); }

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

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

 a { background-color: rgb(56,73,77); }

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

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

 span { border-color: rgb(56,73,77); }

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