Html Css Color HEX #382C6A Minsk

📋 copy color: '#382C6A'

red 56 ◦ green 44 ◦ blue 106

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

Shades of Minsk #382C6A

Tints of Minsk #382C6A

RGB

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

 GREEN value IS 44 (17.58% from 255) = 21.36%

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

R = 27.18%
G = 21.36%
B = 51.46%

CMYK

 C value IS 0.47

 M value IS 0.58

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#382C6A (or 0x382C6A) is known color: Minsk. HEX triplet: 38, 2C and 6A. RGB value is (56,44,106). Sum of RGB (Red+Green+Blue) = 56+44+106=206 (27% of max value = 765). Red value is 56 (22.27% from 255 or 27.18% from 206); Green value is 44 (17.58% from 255 or 21.36% from 206); Blue value is 106 (41.80% from 255 or 51.46% from 206); Max value from RGB is 106 - color contains mainly: blue. Hex color #382C6A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #382C6A is #C7D395. Grayscale: #363636. Windows color (decimal): -13095830 or 6958136. OLE color: 6958136.

HSL color Cylindrical-coordinate representation of color #382C6A: hue angle of 251.61º degrees, saturation: 0.41, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #382C6A is Cyan = 0.47, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 56 44 106 -
CMYK 0.47 0.58 0 0.58
HSL 251.61º 0.41% 0.29% -
HSV(B) 251.61º 0.58% 0.42% -
XYZ 5.13 3.68 14.08 -
YUV 54.66 156.98 128.96 -
System Red Green Blue C M Y K H S L
Decimal 56 44 106 0.47 0.58 0 0.58 251.61 0.41 0.29
Hex 38 2C 6A 2F 3A 0 3A FC 29 1D
Octal 70 54 152 57 72 0 72 374 51 35
Binary 111000 101100 1101010 101111 111010 0 111010 11111100 101001 11101

Color Harmonies of #382C6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #382C6A

Black with #382C6A

Text Example


Text Example

White with #382C6A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #382C6A;
 }
 .AnyTagClassName
 {
   color: #382C6A;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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