#38474C

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

Shades of Atomic #38474C

Tints of Atomic #38474C

Color information

#38474C (or 0x38474C) is unknown color: approx Atomic. HEX triplet: 38, 47 and 4C. RGB value is (56,71,76). Sum of RGB (Red+Green+Blue) = 56+71+76=203 (26% of max value = 765). Red value is 56 (22.27% from 255 or 27.59% from 203); Green value is 71 (28.12% from 255 or 34.98% from 203); Blue value is 76 (30.08% from 255 or 37.44% from 203); Max value from RGB is 76 - color contains mainly: blue. Hex color #38474C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #38474C is #C7B8B3. Grayscale: #434343. Windows color (decimal): -13088948 or 4998968. OLE color: 4998968.

HSL color Cylindrical-coordinate representation of color #38474C: hue angle of 195º degrees, saturation: 0.15, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #38474C is Cyan = 0.26, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB567176-
CMYK0.260.0700.70
HSL195º15.15%25.88%-
HSV(B)195º26.32%29.8%-
XYZ5.195.877.7-
YUV67.08133.03120.09-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 27.59%
GREEN value IS 71 (28.12% from 255) = 34.98%
BLUE value IS 76 (30.08% from 255) = 37.44%
R=27.59%
G=34.98%
B=37.44%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal5671760.260.0700.7019515.1525.88
Hex38474C1A7046c3f1a
Octal7010711432701063031732
Binary11100010001111001100110101110100011011000011111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38474C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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