Html Css Color HEX #38316A Minsk

📋 copy color: '#38316A'

red 56 ◦ green 49 ◦ blue 106

#38316A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Minsk #38316A

Tints of Minsk #38316A

RGB

 RED value IS 56 (22.27% from 255) = 26.54%

 GREEN value IS 49 (19.53% from 255) = 23.22%

 BLUE value IS 106 (41.8% from 255) = 50.24%

R = 26.54%
G = 23.22%
B = 50.24%

CMYK

 C value IS 0.47

 M value IS 0.54

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#38316A (or 0x38316A) is known color: Minsk. HEX triplet: 38, 31 and 6A. RGB value is (56,49,106). Sum of RGB (Red+Green+Blue) = 56+49+106=211 (27% of max value = 765). Red value is 56 (22.27% from 255 or 26.54% from 211); Green value is 49 (19.53% from 255 or 23.22% from 211); Blue value is 106 (41.80% from 255 or 50.24% from 211); Max value from RGB is 106 - color contains mainly: blue. Hex color #38316A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #38316A is #C7CE95. Grayscale: #393939. Windows color (decimal): -13094550 or 6959416. OLE color: 6959416.

HSL color Cylindrical-coordinate representation of color #38316A: hue angle of 247.37º degrees, saturation: 0.37, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #38316A is Cyan = 0.47, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 56 49 106 -
CMYK 0.47 0.54 0 0.58
HSL 247.37º 0.37% 0.3% -
HSV(B) 247.37º 0.54% 0.42% -
XYZ 5.33 4.08 14.14 -
YUV 57.59 155.32 126.87 -
System Red Green Blue C M Y K H S L
Decimal 56 49 106 0.47 0.54 0 0.58 247.37 0.37 0.3
Hex 38 31 6A 2F 36 0 3A F7 25 1E
Octal 70 61 152 57 66 0 72 367 45 36
Binary 111000 110001 1101010 101111 110110 0 111010 11110111 100101 11110

Color Harmonies of #38316A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38316A

Black with #38316A

Text Example


Text Example

White with #38316A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #38316A;
 }
 .AnyTagClassName
 {
   color: #38316A;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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