#383167

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

Shades of Minsk #383167

Tints of Minsk #383167

Color information

#383167 (or 0x383167) is unknown color: approx Minsk. HEX triplet: 38, 31 and 67. RGB value is (56,49,103). Sum of RGB (Red+Green+Blue) = 56+49+103=208 (27% of max value = 765). Red value is 56 (22.27% from 255 or 26.92% from 208); Green value is 49 (19.53% from 255 or 23.56% from 208); Blue value is 103 (40.62% from 255 or 49.52% from 208); Max value from RGB is 103 - color contains mainly: blue. Hex color #383167 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #383167 is #C7CE98. Grayscale: #393939. Windows color (decimal): -13094553 or 6762808. OLE color: 6762808.

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

Color convert

RGB5649103-
CMYK0.460.5200.60
HSL247.78º35.53%29.8%-
HSV(B)247.78º52.43%40.39%-
XYZ5.184.0213.33-
YUV57.25153.82127.11-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 26.92%
GREEN value IS 49 (19.53% from 255) = 23.56%
BLUE value IS 103 (40.62% from 255) = 49.52%
R=26.92%
G=23.56%
B=49.52%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal56491030.460.5200.60247.7835.5329.8
Hex3831672E3403Cf8241e
Octal706114756640743704436
Binary111000110001110011110111011010001111001111100010010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #383167

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #383167; }

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

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

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

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

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

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

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

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