#382C74

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

Shades of Minsk #382C74

Tints of Minsk #382C74

Color information

#382C74 (or 0x382C74) is unknown color: approx Minsk. HEX triplet: 38, 2C and 74. RGB value is (56,44,116). Sum of RGB (Red+Green+Blue) = 56+44+116=216 (28% of max value = 765). Red value is 56 (22.27% from 255 or 25.93% from 216); Green value is 44 (17.58% from 255 or 20.37% from 216); Blue value is 116 (45.70% from 255 or 53.70% from 216); Max value from RGB is 116 - color contains mainly: blue. Hex color #382C74 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #382C74 is #C7D38B. Grayscale: #373737. Windows color (decimal): -13095820 or 7613496. OLE color: 7613496.

HSL color Cylindrical-coordinate representation of color #382C74: hue angle of 250º degrees, saturation: 0.45, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #382C74 is Cyan = 0.52, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB5644116-
CMYK0.520.6200.55
HSL250º45%31.37%-
HSV(B)250º62.07%45.49%-
XYZ5.683.916.98-
YUV55.8161.98128.15-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 25.93%
GREEN value IS 44 (17.58% from 255) = 20.37%
BLUE value IS 116 (45.70% from 255) = 53.70%
R=25.93%
G=20.37%
B=53.70%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal56441160.520.6200.552504531.37
Hex382C74343E037fa2d1f
Octal705416464760673725537
Binary111000101100111010011010011111001101111111101010110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #382C74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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