Html Css Color HEX #3E376F Minsk

📋 copy color: '#3E376F'

red 62 ◦ green 55 ◦ blue 111

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

Shades of Minsk #3E376F

Tints of Minsk #3E376F

RGB

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

 GREEN value IS 55 (21.88% from 255) = 24.12%

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

R = 27.19%
G = 24.12%
B = 48.68%

CMYK

 C value IS 0.44

 M value IS 0.50

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#3E376F (or 0x3E376F) is known color: Minsk. HEX triplet: 3E, 37 and 6F. RGB value is (62,55,111). Sum of RGB (Red+Green+Blue) = 62+55+111=228 (30% of max value = 765). Red value is 62 (24.61% from 255 or 27.19% from 228); Green value is 55 (21.88% from 255 or 24.12% from 228); Blue value is 111 (43.75% from 255 or 48.68% from 228); Max value from RGB is 111 - color contains mainly: blue. Hex color #3E376F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3E376F is #C1C890. Grayscale: #3F3F3F. Windows color (decimal): -12699793 or 7288638. OLE color: 7288638.

HSL color Cylindrical-coordinate representation of color #3E376F: hue angle of 247.5º degrees, saturation: 0.34, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #3E376F is Cyan = 0.44, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 62 55 111 -
CMYK 0.44 0.50 0 0.56
HSL 247.5º 0.34% 0.33% -
HSV(B) 247.5º 0.5% 0.44% -
XYZ 6.22 4.9 15.66 -
YUV 63.48 154.82 126.95 -
System Red Green Blue C M Y K H S L
Decimal 62 55 111 0.44 0.50 0 0.56 247.5 0.34 0.33
Hex 3E 37 6F 2C 32 0 38 F8 22 21
Octal 76 67 157 54 62 0 70 370 42 41
Binary 111110 110111 1101111 101100 110010 0 111000 11111000 100010 100001

Color Harmonies of #3E376F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E376F

Black with #3E376F

Text Example


Text Example

White with #3E376F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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