#384851

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

Shades of Atomic #384851

Tints of Atomic #384851

Color information

#384851 (or 0x384851) is unknown color: approx Atomic. HEX triplet: 38, 48 and 51. RGB value is (56,72,81). Sum of RGB (Red+Green+Blue) = 56+72+81=209 (27% of max value = 765). Red value is 56 (22.27% from 255 or 26.79% from 209); Green value is 72 (28.52% from 255 or 34.45% from 209); Blue value is 81 (32.03% from 255 or 38.76% from 209); Max value from RGB is 81 - color contains mainly: blue. Hex color #384851 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #384851 is #C7B7AE. Grayscale: #444444. Windows color (decimal): -13088687 or 5326904. OLE color: 5326904.

HSL color Cylindrical-coordinate representation of color #384851: hue angle of 201.6º degrees, saturation: 0.18, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #384851 is Cyan = 0.31, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB567281-
CMYK0.310.1100.68
HSL201.6º18.25%26.86%-
HSV(B)201.6º30.86%31.76%-
XYZ5.436.078.67-
YUV68.24135.2119.27-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 26.79%
GREEN value IS 72 (28.52% from 255) = 34.45%
BLUE value IS 81 (32.03% from 255) = 38.76%
R=26.79%
G=34.45%
B=38.76%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal5672810.310.1100.68201.618.2526.86
Hex3848511FB044ca121b
Octal70110121371301043122233
Binary1110001001000101000111111101101000100110010101001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #384851

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #384851; }

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

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

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

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

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

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

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

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