Html Css Color HEX #3E296C Minsk

📋 copy color: '#3E296C'

red 62 ◦ green 41 ◦ blue 108

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

Shades of Minsk #3E296C

Tints of Minsk #3E296C

RGB

 RED value IS 62 (24.61% from 255) = 29.38%

 GREEN value IS 41 (16.41% from 255) = 19.43%

 BLUE value IS 108 (42.58% from 255) = 51.18%

R = 29.38%
G = 19.43%
B = 51.18%

CMYK

 C value IS 0.43

 M value IS 0.62

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#3E296C (or 0x3E296C) is known color: Minsk. HEX triplet: 3E, 29 and 6C. RGB value is (62,41,108). Sum of RGB (Red+Green+Blue) = 62+41+108=211 (27% of max value = 765). Red value is 62 (24.61% from 255 or 29.38% from 211); Green value is 41 (16.41% from 255 or 19.43% from 211); Blue value is 108 (42.58% from 255 or 51.18% from 211); Max value from RGB is 108 - color contains mainly: blue. Hex color #3E296C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3E296C is #C1D693. Grayscale: #363636. Windows color (decimal): -12703380 or 7088446. OLE color: 7088446.

HSL color Cylindrical-coordinate representation of color #3E296C: hue angle of 258.81º degrees, saturation: 0.45, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #3E296C is Cyan = 0.43, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 62 41 108 -
CMYK 0.43 0.62 0 0.58
HSL 258.81º 0.45% 0.29% -
HSV(B) 258.81º 0.62% 0.42% -
XYZ 5.49 3.69 14.61 -
YUV 54.92 157.96 133.05 -
System Red Green Blue C M Y K H S L
Decimal 62 41 108 0.43 0.62 0 0.58 258.81 0.45 0.29
Hex 3E 29 6C 2B 3E 0 3A 103 2D 1D
Octal 76 51 154 53 76 0 72 403 55 35
Binary 111110 101001 1101100 101011 111110 0 111010 100000011 101101 11101

Color Harmonies of #3E296C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E296C

Black with #3E296C

Text Example


Text Example

White with #3E296C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(62,41,108); }

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

background-color css

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

 a { background-color: rgb(62,41,108); }

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

border-color css

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

 span { border-color: rgb(62,41,108); }

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