#383064

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

Shades of Minsk #383064

Tints of Minsk #383064

Color information

#383064 (or 0x383064) is unknown color: approx Minsk. HEX triplet: 38, 30 and 64. RGB value is (56,48,100). Sum of RGB (Red+Green+Blue) = 56+48+100=204 (27% of max value = 765). Red value is 56 (22.27% from 255 or 27.45% from 204); Green value is 48 (19.14% from 255 or 23.53% from 204); Blue value is 100 (39.45% from 255 or 49.02% from 204); Max value from RGB is 100 - color contains mainly: blue. Hex color #383064 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #383064 is #C7CF9B. Grayscale: #383838. Windows color (decimal): -13094812 or 6565944. OLE color: 6565944.

HSL color Cylindrical-coordinate representation of color #383064: hue angle of 249.23º degrees, saturation: 0.35, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #383064 is Cyan = 0.44, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB5648100-
CMYK0.440.5200.61
HSL249.23º35.14%29.02%-
HSV(B)249.23º52%39.22%-
XYZ4.993.8712.54-
YUV56.32152.65127.77-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 27.45%
GREEN value IS 48 (19.14% from 255) = 23.53%
BLUE value IS 100 (39.45% from 255) = 49.02%
R=27.45%
G=23.53%
B=49.02%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal56481000.440.5200.61249.2335.1429.02
Hex3830642C3403Df9231d
Octal706014454640753714335
Binary111000110000110010010110011010001111011111100110001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #383064

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #383064; }

 p { color: rgb(56,48,100); }

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

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

 a { background-color: rgb(56,48,100); }

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

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

 span { border-color: rgb(56,48,100); }

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