#382C67

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

Shades of Minsk #382C67

Tints of Minsk #382C67

Color information

#382C67 (or 0x382C67) is unknown color: approx Minsk. HEX triplet: 38, 2C and 67. RGB value is (56,44,103). Sum of RGB (Red+Green+Blue) = 56+44+103=203 (26% of max value = 765). Red value is 56 (22.27% from 255 or 27.59% from 203); Green value is 44 (17.58% from 255 or 21.67% from 203); Blue value is 103 (40.62% from 255 or 50.74% from 203); Max value from RGB is 103 - color contains mainly: blue. Hex color #382C67 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #382C67 is #C7D398. Grayscale: #363636. Windows color (decimal): -13095833 or 6761528. OLE color: 6761528.

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

Color convert

RGB5644103-
CMYK0.460.5700.60
HSL252.2º40.14%28.82%-
HSV(B)252.2º57.28%40.39%-
XYZ4.983.6213.27-
YUV54.31155.48129.2-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 27.59%
GREEN value IS 44 (17.58% from 255) = 21.67%
BLUE value IS 103 (40.62% from 255) = 50.74%
R=27.59%
G=21.67%
B=50.74%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal56441030.460.5700.60252.240.1428.82
Hex382C672E3903Cfc281d
Octal705414756710743745035
Binary111000101100110011110111011100101111001111110010100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #382C67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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