Html Css Color HEX #3C3175 Minsk

📋 copy color: '#3C3175'

red 60 ◦ green 49 ◦ blue 117

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

Shades of Minsk #3C3175

Tints of Minsk #3C3175

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 51.77%

R = 26.55%
G = 21.68%
B = 51.77%

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

#3C3175 (or 0x3C3175) is known color: Minsk. HEX triplet: 3C, 31 and 75. RGB value is (60,49,117). Sum of RGB (Red+Green+Blue) = 60+49+117=226 (29% of max value = 765). Red value is 60 (23.83% from 255 or 26.55% from 226); Green value is 49 (19.53% from 255 or 21.68% from 226); Blue value is 117 (46.09% from 255 or 51.77% from 226); Max value from RGB is 117 - color contains mainly: blue. Hex color #3C3175 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3C3175 is #C3CE8A. Grayscale: #3B3B3B. Windows color (decimal): -12832395 or 7680316. OLE color: 7680316.

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

Color convert

RGB 60 49 117 -
CMYK 0.49 0.58 0 0.54
HSL 249.71º 0.41% 0.33% -
HSV(B) 249.71º 0.58% 0.46% -
XYZ 6.17 4.44 17.36 -
YUV 60.04 160.14 127.97 -
System Red Green Blue C M Y K H S L
Decimal 60 49 117 0.49 0.58 0 0.54 249.71 0.41 0.33
Hex 3C 31 75 31 3A 0 36 FA 29 21
Octal 74 61 165 61 72 0 66 372 51 41
Binary 111100 110001 1110101 110001 111010 0 110110 11111010 101001 100001

Color Harmonies of #3C3175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C3175

Black with #3C3175

Text Example


Text Example

White with #3C3175

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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