#38474D

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

Shades of Atomic #38474D

Tints of Atomic #38474D

Color information

#38474D (or 0x38474D) is unknown color: approx Atomic. HEX triplet: 38, 47 and 4D. RGB value is (56,71,77). Sum of RGB (Red+Green+Blue) = 56+71+77=204 (27% of max value = 765). Red value is 56 (22.27% from 255 or 27.45% from 204); Green value is 71 (28.12% from 255 or 34.80% from 204); Blue value is 77 (30.47% from 255 or 37.75% from 204); Max value from RGB is 77 - color contains mainly: blue. Hex color #38474D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #38474D is #C7B8B2. Grayscale: #434343. Windows color (decimal): -13088947 or 5064504. OLE color: 5064504.

HSL color Cylindrical-coordinate representation of color #38474D: hue angle of 197.14º 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 #38474D is Cyan = 0.27, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB567177-
CMYK0.270.0800.70
HSL197.14º15.79%26.08%-
HSV(B)197.14º27.27%30.2%-
XYZ5.225.887.88-
YUV67.2133.53120.01-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 27.45%
GREEN value IS 71 (28.12% from 255) = 34.80%
BLUE value IS 77 (30.47% from 255) = 37.75%
R=27.45%
G=34.80%
B=37.75%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal5671770.270.0800.70197.1415.7926.08
Hex38474D1B8046c5101a
Octal70107115331001063052032
Binary1110001000111100110111011100001000110110001011000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38474D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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