#382E6C

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

Shades of Minsk #382E6C

Tints of Minsk #382E6C

Color information

#382E6C (or 0x382E6C) is unknown color: approx Minsk. HEX triplet: 38, 2E and 6C. RGB value is (56,46,108). Sum of RGB (Red+Green+Blue) = 56+46+108=210 (27% of max value = 765). Red value is 56 (22.27% from 255 or 26.67% from 210); Green value is 46 (18.36% from 255 or 21.90% from 210); Blue value is 108 (42.58% from 255 or 51.43% from 210); Max value from RGB is 108 - color contains mainly: blue. Hex color #382E6C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #382E6C is #C7D193. Grayscale: #373737. Windows color (decimal): -13095316 or 7089720. OLE color: 7089720.

HSL color Cylindrical-coordinate representation of color #382E6C: hue angle of 249.68º degrees, saturation: 0.4, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #382E6C is Cyan = 0.48, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB5646108-
CMYK0.480.5700.58
HSL249.68º40.26%30.2%-
HSV(B)249.68º57.41%42.35%-
XYZ5.313.8814.66-
YUV56.06157.31127.96-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 26.67%
GREEN value IS 46 (18.36% from 255) = 21.90%
BLUE value IS 108 (42.58% from 255) = 51.43%
R=26.67%
G=21.90%
B=51.43%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal56461080.480.5700.58249.6840.2630.2
Hex382E6C303903Afa281e
Octal705615460710723725036
Binary111000101110110110011000011100101110101111101010100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #382E6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #382E6C; }

 p { color: rgb(56,46,108); }

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

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

 a { background-color: rgb(56,46,108); }

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

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

 span { border-color: rgb(56,46,108); }

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