#384952

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

Shades of Atomic #384952

Tints of Atomic #384952

Color information

#384952 (or 0x384952) is unknown color: approx Atomic. HEX triplet: 38, 49 and 52. RGB value is (56,73,82). Sum of RGB (Red+Green+Blue) = 56+73+82=211 (27% of max value = 765). Red value is 56 (22.27% from 255 or 26.54% from 211); Green value is 73 (28.91% from 255 or 34.60% from 211); Blue value is 82 (32.42% from 255 or 38.86% from 211); Max value from RGB is 82 - color contains mainly: blue. Hex color #384952 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #384952 is #C7B6AD. Grayscale: #444444. Windows color (decimal): -13088430 or 5392696. OLE color: 5392696.

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

Color convert

RGB567382-
CMYK0.320.1100.68
HSL200.77º18.84%27.06%-
HSV(B)200.77º31.71%32.16%-
XYZ5.546.228.89-
YUV68.94135.37118.77-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 26.54%
GREEN value IS 73 (28.91% from 255) = 34.60%
BLUE value IS 82 (32.42% from 255) = 38.86%
R=26.54%
G=34.60%
B=38.86%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal5673820.320.1100.68200.7718.8427.06
Hex38495220B044c9131b
Octal70111122401301043112333
Binary11100010010011010010100000101101000100110010011001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #384952

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #384952; }

 p { color: rgb(56,73,82); }

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

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

 a { background-color: rgb(56,73,82); }

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

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

 span { border-color: rgb(56,73,82); }

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