Html Css Color HEX #3C316B Minsk

📋 copy color: '#3C316B'

red 60 ◦ green 49 ◦ blue 107

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

Shades of Minsk #3C316B

Tints of Minsk #3C316B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 49.54%

R = 27.78%
G = 22.69%
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

#3C316B (or 0x3C316B) is known color: Minsk. HEX triplet: 3C, 31 and 6B. RGB value is (60,49,107). Sum of RGB (Red+Green+Blue) = 60+49+107=216 (28% of max value = 765). Red value is 60 (23.83% from 255 or 27.78% from 216); Green value is 49 (19.53% from 255 or 22.69% from 216); Blue value is 107 (42.19% from 255 or 49.54% from 216); Max value from RGB is 107 - color contains mainly: blue. Hex color #3C316B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3C316B is #C3CE94. Grayscale: #3A3A3A. Windows color (decimal): -12832405 or 7024956. OLE color: 7024956.

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

Color convert

RGB 60 49 107 -
CMYK 0.44 0.54 0 0.58
HSL 251.38º 0.37% 0.31% -
HSV(B) 251.38º 0.54% 0.42% -
XYZ 5.62 4.22 14.43 -
YUV 58.9 155.14 128.78 -
System Red Green Blue C M Y K H S L
Decimal 60 49 107 0.44 0.54 0 0.58 251.38 0.37 0.31
Hex 3C 31 6B 2C 36 0 3A FB 25 1F
Octal 74 61 153 54 66 0 72 373 45 37
Binary 111100 110001 1101011 101100 110110 0 111010 11111011 100101 11111

Color Harmonies of #3C316B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C316B

Black with #3C316B

Text Example


Text Example

White with #3C316B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,49,107); }

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

background-color css

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

 a { background-color: rgb(60,49,107); }

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

border-color css

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

 span { border-color: rgb(60,49,107); }

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