Html Css Color HEX #3E386B Minsk

📋 copy color: '#3E386B'

red 62 ◦ green 56 ◦ blue 107

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

Shades of Minsk #3E386B

Tints of Minsk #3E386B

RGB

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

 GREEN value IS 56 (22.27% from 255) = 24.89%

 BLUE value IS 107 (42.19% from 255) = 47.56%

R = 27.56%
G = 24.89%
B = 47.56%

CMYK

 C value IS 0.42

 M value IS 0.48

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#3E386B (or 0x3E386B) is known color: Minsk. HEX triplet: 3E, 38 and 6B. RGB value is (62,56,107). Sum of RGB (Red+Green+Blue) = 62+56+107=225 (29% of max value = 765). Red value is 62 (24.61% from 255 or 27.56% from 225); Green value is 56 (22.27% from 255 or 24.89% from 225); Blue value is 107 (42.19% from 255 or 47.56% from 225); Max value from RGB is 107 - color contains mainly: blue. Hex color #3E386B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3E386B is #C1C794. Grayscale: #3F3F3F. Windows color (decimal): -12699541 or 7026750. OLE color: 7026750.

HSL color Cylindrical-coordinate representation of color #3E386B: hue angle of 247.06º degrees, saturation: 0.31, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #3E386B is Cyan = 0.42, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 62 56 107 -
CMYK 0.42 0.48 0 0.58
HSL 247.06º 0.31% 0.32% -
HSV(B) 247.06º 0.48% 0.42% -
XYZ 6.05 4.91 14.54 -
YUV 63.61 152.49 126.85 -
System Red Green Blue C M Y K H S L
Decimal 62 56 107 0.42 0.48 0 0.58 247.06 0.31 0.32
Hex 3E 38 6B 2A 30 0 3A F7 1F 20
Octal 76 70 153 52 60 0 72 367 37 40
Binary 111110 111000 1101011 101010 110000 0 111010 11110111 11111 100000

Color Harmonies of #3E386B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E386B

Black with #3E386B

Text Example


Text Example

White with #3E386B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(62,56,107); }

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

background-color css

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

 a { background-color: rgb(62,56,107); }

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

border-color css

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

 span { border-color: rgb(62,56,107); }

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