#382B76

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

Shades of Minsk #382B76

Tints of Minsk #382B76

Color information

#382B76 (or 0x382B76) is unknown color: approx Minsk. HEX triplet: 38, 2B and 76. RGB value is (56,43,118). Sum of RGB (Red+Green+Blue) = 56+43+118=217 (28% of max value = 765). Red value is 56 (22.27% from 255 or 25.81% from 217); Green value is 43 (17.19% from 255 or 19.82% from 217); Blue value is 118 (46.48% from 255 or 54.38% from 217); Max value from RGB is 118 - color contains mainly: blue. Hex color #382B76 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #382B76 is #C7D489. Grayscale: #373737. Windows color (decimal): -13096074 or 7744312. OLE color: 7744312.

HSL color Cylindrical-coordinate representation of color #382B76: hue angle of 250.4º degrees, saturation: 0.47, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #382B76 is Cyan = 0.53, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB5643118-
CMYK0.530.6400.54
HSL250.4º46.58%31.57%-
HSV(B)250.4º63.56%46.27%-
XYZ5.763.8817.58-
YUV55.44163.31128.4-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 25.81%
GREEN value IS 43 (17.19% from 255) = 19.82%
BLUE value IS 118 (46.48% from 255) = 54.38%
R=25.81%
G=19.82%
B=54.38%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal56431180.530.6400.54250.446.5831.57
Hex382B763540036fa2f20
Octal7053166651000663725740
Binary11100010101111101101101011000000011011011111010101111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #382B76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,43,118); }

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

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

 a { background-color: rgb(56,43,118); }

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

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

 span { border-color: rgb(56,43,118); }

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