Html Css Color HEX #3C2A71 Minsk

📋 copy color: '#3C2A71'

red 60 ◦ green 42 ◦ blue 113

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

Shades of Minsk #3C2A71

Tints of Minsk #3C2A71

RGB

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

 GREEN value IS 42 (16.8% from 255) = 19.53%

 BLUE value IS 113 (44.53% from 255) = 52.56%

R = 27.91%
G = 19.53%
B = 52.56%

CMYK

 C value IS 0.47

 M value IS 0.63

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#3C2A71 (or 0x3C2A71) is known color: Minsk. HEX triplet: 3C, 2A and 71. RGB value is (60,42,113). Sum of RGB (Red+Green+Blue) = 60+42+113=215 (28% of max value = 765). Red value is 60 (23.83% from 255 or 27.91% from 215); Green value is 42 (16.80% from 255 or 19.53% from 215); Blue value is 113 (44.53% from 255 or 52.56% from 215); Max value from RGB is 113 - color contains mainly: blue. Hex color #3C2A71 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3C2A71 is #C3D58E. Grayscale: #373737. Windows color (decimal): -12834191 or 7416380. OLE color: 7416380.

HSL color Cylindrical-coordinate representation of color #3C2A71: hue angle of 255.21º degrees, saturation: 0.46, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #3C2A71 is Cyan = 0.47, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 60 42 113 -
CMYK 0.47 0.63 0 0.56
HSL 255.21º 0.46% 0.3% -
HSV(B) 255.21º 0.63% 0.44% -
XYZ 5.67 3.81 16.06 -
YUV 55.48 160.46 131.23 -
System Red Green Blue C M Y K H S L
Decimal 60 42 113 0.47 0.63 0 0.56 255.21 0.46 0.3
Hex 3C 2A 71 2F 3F 0 38 FF 2E 1E
Octal 74 52 161 57 77 0 70 377 56 36
Binary 111100 101010 1110001 101111 111111 0 111000 11111111 101110 11110

Color Harmonies of #3C2A71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C2A71

Black with #3C2A71

Text Example


Text Example

White with #3C2A71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,42,113); }

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

background-color css

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

 a { background-color: rgb(60,42,113); }

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

border-color css

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

 span { border-color: rgb(60,42,113); }

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