#383165

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

Shades of Minsk #383165

Tints of Minsk #383165

Color information

#383165 (or 0x383165) is unknown color: approx Minsk. HEX triplet: 38, 31 and 65. RGB value is (56,49,101). Sum of RGB (Red+Green+Blue) = 56+49+101=206 (27% of max value = 765). Red value is 56 (22.27% from 255 or 27.18% from 206); Green value is 49 (19.53% from 255 or 23.79% from 206); Blue value is 101 (39.84% from 255 or 49.03% from 206); Max value from RGB is 101 - color contains mainly: blue. Hex color #383165 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #383165 is #C7CE9A. Grayscale: #383838. Windows color (decimal): -13094555 or 6631736. OLE color: 6631736.

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

Color convert

RGB5649101-
CMYK0.450.5100.60
HSL248.08º34.67%29.41%-
HSV(B)248.08º51.49%39.61%-
XYZ5.083.9812.81-
YUV57.02152.82127.27-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 27.18%
GREEN value IS 49 (19.53% from 255) = 23.79%
BLUE value IS 101 (39.84% from 255) = 49.03%
R=27.18%
G=23.79%
B=49.03%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal56491010.450.5100.60248.0834.6729.41
Hex3831652D3303Cf8231d
Octal706114555630743704335
Binary111000110001110010110110111001101111001111100010001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #383165

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #383165; }

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

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

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

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

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

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

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

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