Html Css Color HEX #3E326F Minsk

📋 copy color: '#3E326F'

red 62 ◦ green 50 ◦ blue 111

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

Shades of Minsk #3E326F

Tints of Minsk #3E326F

RGB

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

 GREEN value IS 50 (19.92% from 255) = 22.42%

 BLUE value IS 111 (43.75% from 255) = 49.78%

R = 27.8%
G = 22.42%
B = 49.78%

CMYK

 C value IS 0.44

 M value IS 0.55

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#3E326F (or 0x3E326F) is known color: Minsk. HEX triplet: 3E, 32 and 6F. RGB value is (62,50,111). Sum of RGB (Red+Green+Blue) = 62+50+111=223 (29% of max value = 765). Red value is 62 (24.61% from 255 or 27.80% from 223); Green value is 50 (19.92% from 255 or 22.42% from 223); Blue value is 111 (43.75% from 255 or 49.78% from 223); Max value from RGB is 111 - color contains mainly: blue. Hex color #3E326F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3E326F is #C1CD90. Grayscale: #3C3C3C. Windows color (decimal): -12701073 or 7287358. OLE color: 7287358.

HSL color Cylindrical-coordinate representation of color #3E326F: hue angle of 251.8º degrees, saturation: 0.38, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #3E326F is Cyan = 0.44, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 62 50 111 -
CMYK 0.44 0.55 0 0.56
HSL 251.8º 0.38% 0.32% -
HSV(B) 251.8º 0.55% 0.44% -
XYZ 6 4.45 15.58 -
YUV 60.54 156.48 129.04 -
System Red Green Blue C M Y K H S L
Decimal 62 50 111 0.44 0.55 0 0.56 251.8 0.38 0.32
Hex 3E 32 6F 2C 37 0 38 FC 26 20
Octal 76 62 157 54 67 0 70 374 46 40
Binary 111110 110010 1101111 101100 110111 0 111000 11111100 100110 100000

Color Harmonies of #3E326F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E326F

Black with #3E326F

Text Example


Text Example

White with #3E326F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(62,50,111); }

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

background-color css

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

 a { background-color: rgb(62,50,111); }

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

border-color css

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

 span { border-color: rgb(62,50,111); }

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