Html Css Color HEX #3F326C Minsk

📋 copy color: '#3F326C'

red 63 ◦ green 50 ◦ blue 108

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

Shades of Minsk #3F326C

Tints of Minsk #3F326C

RGB

 RED value IS 63 (25% from 255) = 28.51%

 GREEN value IS 50 (19.92% from 255) = 22.62%

 BLUE value IS 108 (42.58% from 255) = 48.87%

R = 28.51%
G = 22.62%
B = 48.87%

CMYK

 C value IS 0.42

 M value IS 0.54

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#3F326C (or 0x3F326C) is known color: Minsk. HEX triplet: 3F, 32 and 6C. RGB value is (63,50,108). Sum of RGB (Red+Green+Blue) = 63+50+108=221 (29% of max value = 765). Red value is 63 (25% from 255 or 28.51% from 221); Green value is 50 (19.92% from 255 or 22.62% from 221); Blue value is 108 (42.58% from 255 or 48.87% from 221); Max value from RGB is 108 - color contains mainly: blue. Hex color #3F326C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F326C is #C0CD93. Grayscale: #3C3C3C. Windows color (decimal): -12635540 or 7090751. OLE color: 7090751.

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

Color convert

RGB 63 50 108 -
CMYK 0.42 0.54 0 0.58
HSL 253.45º 0.37% 0.31% -
HSV(B) 253.45º 0.54% 0.42% -
XYZ 5.9 4.42 14.73 -
YUV 60.5 154.81 129.78 -
System Red Green Blue C M Y K H S L
Decimal 63 50 108 0.42 0.54 0 0.58 253.45 0.37 0.31
Hex 3F 32 6C 2A 36 0 3A FD 25 1F
Octal 77 62 154 52 66 0 72 375 45 37
Binary 111111 110010 1101100 101010 110110 0 111010 11111101 100101 11111

Color Harmonies of #3F326C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F326C

Black with #3F326C

Text Example


Text Example

White with #3F326C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3F326C; }

 p { color: rgb(63,50,108); }

 H1.HeaderClassName
 {
   color: #3F326C;
 }
 .AnyTagClassName
 {
   color: #3F326C;
 }
</style>

background-color css

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

 a { background-color: rgb(63,50,108); }

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

border-color css

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

 span { border-color: rgb(63,50,108); }

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