Html Css Color HEX #3C3176 Minsk

📋 copy color: '#3C3176'

red 60 ◦ green 49 ◦ blue 118

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

Shades of Minsk #3C3176

Tints of Minsk #3C3176

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 51.98%

R = 26.43%
G = 21.59%
B = 51.98%

CMYK

 C value IS 0.49

 M value IS 0.58

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#3C3176 (or 0x3C3176) is known color: Minsk. HEX triplet: 3C, 31 and 76. RGB value is (60,49,118). Sum of RGB (Red+Green+Blue) = 60+49+118=227 (30% of max value = 765). Red value is 60 (23.83% from 255 or 26.43% from 227); Green value is 49 (19.53% from 255 or 21.59% from 227); Blue value is 118 (46.48% from 255 or 51.98% from 227); Max value from RGB is 118 - color contains mainly: blue. Hex color #3C3176 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3C3176 is #C3CE89. Grayscale: #3B3B3B. Windows color (decimal): -12832394 or 7745852. OLE color: 7745852.

HSL color Cylindrical-coordinate representation of color #3C3176: hue angle of 249.57º degrees, saturation: 0.41, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #3C3176 is Cyan = 0.49, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 60 49 118 -
CMYK 0.49 0.58 0 0.54
HSL 249.57º 0.41% 0.33% -
HSV(B) 249.57º 0.58% 0.46% -
XYZ 6.23 4.47 17.67 -
YUV 60.16 160.64 127.89 -
System Red Green Blue C M Y K H S L
Decimal 60 49 118 0.49 0.58 0 0.54 249.57 0.41 0.33
Hex 3C 31 76 31 3A 0 36 FA 29 21
Octal 74 61 166 61 72 0 66 372 51 41
Binary 111100 110001 1110110 110001 111010 0 110110 11111010 101001 100001

Color Harmonies of #3C3176

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C3176

Black with #3C3176

Text Example


Text Example

White with #3C3176

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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