#382C6C

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

Shades of Minsk #382C6C

Tints of Minsk #382C6C

Color information

#382C6C (or 0x382C6C) is unknown color: approx Minsk. HEX triplet: 38, 2C and 6C. RGB value is (56,44,108). Sum of RGB (Red+Green+Blue) = 56+44+108=208 (27% of max value = 765). Red value is 56 (22.27% from 255 or 26.92% from 208); Green value is 44 (17.58% from 255 or 21.15% from 208); Blue value is 108 (42.58% from 255 or 51.92% from 208); Max value from RGB is 108 - color contains mainly: blue. Hex color #382C6C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #382C6C is #C7D393. Grayscale: #363636. Windows color (decimal): -13095828 or 7089208. OLE color: 7089208.

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

Color convert

RGB5644108-
CMYK0.480.5900.58
HSL251.25º42.11%29.8%-
HSV(B)251.25º59.26%42.35%-
XYZ5.243.7214.63-
YUV54.88157.98128.8-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 26.92%
GREEN value IS 44 (17.58% from 255) = 21.15%
BLUE value IS 108 (42.58% from 255) = 51.92%
R=26.92%
G=21.15%
B=51.92%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal56441080.480.5900.58251.2542.1129.8
Hex382C6C303B03Afb2a1e
Octal705415460730723735236
Binary111000101100110110011000011101101110101111101110101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #382C6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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