Html Css Color HEX #3C326C Minsk

📋 copy color: '#3C326C'

red 60 ◦ green 50 ◦ blue 108

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

Shades of Minsk #3C326C

Tints of Minsk #3C326C

RGB

 RED value IS 60 (23.83% from 255) = 27.52%

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

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

R = 27.52%
G = 22.94%
B = 49.54%

CMYK

 C value IS 0.44

 M value IS 0.54

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#3C326C (or 0x3C326C) is known color: Minsk. HEX triplet: 3C, 32 and 6C. RGB value is (60,50,108). Sum of RGB (Red+Green+Blue) = 60+50+108=218 (28% of max value = 765). Red value is 60 (23.83% from 255 or 27.52% from 218); Green value is 50 (19.92% from 255 or 22.94% from 218); Blue value is 108 (42.58% from 255 or 49.54% from 218); Max value from RGB is 108 - color contains mainly: blue. Hex color #3C326C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3C326C is #C3CD93. Grayscale: #3B3B3B. Windows color (decimal): -12832148 or 7090748. OLE color: 7090748.

HSL color Cylindrical-coordinate representation of color #3C326C: hue angle of 250.34º 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 #3C326C is Cyan = 0.44, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 60 50 108 -
CMYK 0.44 0.54 0 0.58
HSL 250.34º 0.37% 0.31% -
HSV(B) 250.34º 0.54% 0.42% -
XYZ 5.71 4.32 14.72 -
YUV 59.6 155.31 128.28 -
System Red Green Blue C M Y K H S L
Decimal 60 50 108 0.44 0.54 0 0.58 250.34 0.37 0.31
Hex 3C 32 6C 2C 36 0 3A FA 25 1F
Octal 74 62 154 54 66 0 72 372 45 37
Binary 111100 110010 1101100 101100 110110 0 111010 11111010 100101 11111

Color Harmonies of #3C326C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C326C

Black with #3C326C

Text Example


Text Example

White with #3C326C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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