#38316C

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

Shades of Minsk #38316C

Tints of Minsk #38316C

Color information

#38316C (or 0x38316C) is unknown color: approx Minsk. HEX triplet: 38, 31 and 6C. RGB value is (56,49,108). Sum of RGB (Red+Green+Blue) = 56+49+108=213 (28% of max value = 765). Red value is 56 (22.27% from 255 or 26.29% from 213); Green value is 49 (19.53% from 255 or 23.00% from 213); Blue value is 108 (42.58% from 255 or 50.70% from 213); Max value from RGB is 108 - color contains mainly: blue. Hex color #38316C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #38316C is #C7CE93. Grayscale: #393939. Windows color (decimal): -13094548 or 7090488. OLE color: 7090488.

HSL color Cylindrical-coordinate representation of color #38316C: hue angle of 247.12º degrees, saturation: 0.38, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #38316C is Cyan = 0.48, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB5649108-
CMYK0.480.5500.58
HSL247.12º37.58%30.78%-
HSV(B)247.12º54.63%42.35%-
XYZ5.444.1214.7-
YUV57.82156.32126.7-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 26.29%
GREEN value IS 49 (19.53% from 255) = 23.00%
BLUE value IS 108 (42.58% from 255) = 50.70%
R=26.29%
G=23.00%
B=50.70%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal56491080.480.5500.58247.1237.5830.78
Hex38316C303703Af7261f
Octal706115460670723674637
Binary111000110001110110011000011011101110101111011110011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38316C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #38316C; }

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

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

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

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

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

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

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

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