#382B68

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

Shades of Minsk #382B68

Tints of Minsk #382B68

Color information

#382B68 (or 0x382B68) is unknown color: approx Minsk. HEX triplet: 38, 2B and 68. RGB value is (56,43,104). Sum of RGB (Red+Green+Blue) = 56+43+104=203 (26% of max value = 765). Red value is 56 (22.27% from 255 or 27.59% from 203); Green value is 43 (17.19% from 255 or 21.18% from 203); Blue value is 104 (41.02% from 255 or 51.23% from 203); Max value from RGB is 104 - color contains mainly: blue. Hex color #382B68 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #382B68 is #C7D497. Grayscale: #353535. Windows color (decimal): -13096088 or 6826808. OLE color: 6826808.

HSL color Cylindrical-coordinate representation of color #382B68: hue angle of 252.79º degrees, saturation: 0.41, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #382B68 is Cyan = 0.46, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB5643104-
CMYK0.460.5900.59
HSL252.79º41.5%28.82%-
HSV(B)252.79º58.65%40.78%-
XYZ4.993.5713.52-
YUV53.84156.31129.54-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 27.59%
GREEN value IS 43 (17.19% from 255) = 21.18%
BLUE value IS 104 (41.02% from 255) = 51.23%
R=27.59%
G=21.18%
B=51.23%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal56431040.460.5900.59252.7941.528.82
Hex382B682E3B03Bfd291d
Octal705315056730733755135
Binary111000101011110100010111011101101110111111110110100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #382B68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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