#38464D

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

Shades of Atomic #38464D

Tints of Atomic #38464D

Color information

#38464D (or 0x38464D) is unknown color: approx Atomic. HEX triplet: 38, 46 and 4D. RGB value is (56,70,77). Sum of RGB (Red+Green+Blue) = 56+70+77=203 (26% of max value = 765). Red value is 56 (22.27% from 255 or 27.59% from 203); Green value is 70 (27.73% from 255 or 34.48% from 203); Blue value is 77 (30.47% from 255 or 37.93% from 203); Max value from RGB is 77 - color contains mainly: blue. Hex color #38464D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #38464D is #C7B9B2. Grayscale: #424242. Windows color (decimal): -13089203 or 5064248. OLE color: 5064248.

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

Color convert

RGB567077-
CMYK0.270.0900.70
HSL200º15.79%26.08%-
HSV(B)200º27.27%30.2%-
XYZ5.165.767.86-
YUV66.61133.86120.43-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 27.59%
GREEN value IS 70 (27.73% from 255) = 34.48%
BLUE value IS 77 (30.47% from 255) = 37.93%
R=27.59%
G=34.48%
B=37.93%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal5670770.270.0900.7020015.7926.08
Hex38464D1B9046c8101a
Octal70106115331101063102032
Binary1110001000110100110111011100101000110110010001000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38464D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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