#38484C

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

Shades of Atomic #38484C

Tints of Atomic #38484C

Color information

#38484C (or 0x38484C) is unknown color: approx Atomic. HEX triplet: 38, 48 and 4C. RGB value is (56,72,76). Sum of RGB (Red+Green+Blue) = 56+72+76=204 (27% of max value = 765). Red value is 56 (22.27% from 255 or 27.45% from 204); Green value is 72 (28.52% from 255 or 35.29% from 204); Blue value is 76 (30.08% from 255 or 37.25% from 204); Max value from RGB is 76 - color contains mainly: blue. Hex color #38484C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #38484C is #C7B7B3. Grayscale: #434343. Windows color (decimal): -13088692 or 4999224. OLE color: 4999224.

HSL color Cylindrical-coordinate representation of color #38484C: hue angle of 192º 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 #38484C is Cyan = 0.26, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB567276-
CMYK0.260.0500.70
HSL192º15.15%25.88%-
HSV(B)192º26.32%29.8%-
XYZ5.2567.72-
YUV67.67132.7119.67-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 27.45%
GREEN value IS 72 (28.52% from 255) = 35.29%
BLUE value IS 76 (30.08% from 255) = 37.25%
R=27.45%
G=35.29%
B=37.25%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal5672760.260.0500.7019215.1525.88
Hex38484C1A5046c0f1a
Octal7011011432501063001732
Binary11100010010001001100110101010100011011000000111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38484C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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