Html Css Color HEX #3C2E76 Minsk

📋 copy color: '#3C2E76'

red 60 ◦ green 46 ◦ blue 118

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

Shades of Minsk #3C2E76

Tints of Minsk #3C2E76

RGB

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

 GREEN value IS 46 (18.36% from 255) = 20.54%

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

R = 26.79%
G = 20.54%
B = 52.68%

CMYK

 C value IS 0.49

 M value IS 0.61

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#3C2E76 (or 0x3C2E76) is known color: Minsk. HEX triplet: 3C, 2E and 76. RGB value is (60,46,118). Sum of RGB (Red+Green+Blue) = 60+46+118=224 (29% of max value = 765). Red value is 60 (23.83% from 255 or 26.79% from 224); Green value is 46 (18.36% from 255 or 20.54% from 224); Blue value is 118 (46.48% from 255 or 52.68% from 224); Max value from RGB is 118 - color contains mainly: blue. Hex color #3C2E76 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3C2E76 is #C3D189. Grayscale: #3A3A3A. Windows color (decimal): -12833162 or 7745084. OLE color: 7745084.

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

Color convert

RGB 60 46 118 -
CMYK 0.49 0.61 0 0.54
HSL 251.67º 0.44% 0.32% -
HSV(B) 251.67º 0.61% 0.46% -
XYZ 6.11 4.22 17.63 -
YUV 58.39 161.64 129.15 -
System Red Green Blue C M Y K H S L
Decimal 60 46 118 0.49 0.61 0 0.54 251.67 0.44 0.32
Hex 3C 2E 76 31 3D 0 36 FC 2C 20
Octal 74 56 166 61 75 0 66 374 54 40
Binary 111100 101110 1110110 110001 111101 0 110110 11111100 101100 100000

Color Harmonies of #3C2E76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C2E76

Black with #3C2E76

Text Example


Text Example

White with #3C2E76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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