Html Css Color HEX #3E356F Minsk

📋 copy color: '#3E356F'

red 62 ◦ green 53 ◦ blue 111

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

Shades of Minsk #3E356F

Tints of Minsk #3E356F

RGB

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

 GREEN value IS 53 (21.09% from 255) = 23.45%

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

R = 27.43%
G = 23.45%
B = 49.12%

CMYK

 C value IS 0.44

 M value IS 0.52

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#3E356F (or 0x3E356F) is known color: Minsk. HEX triplet: 3E, 35 and 6F. RGB value is (62,53,111). Sum of RGB (Red+Green+Blue) = 62+53+111=226 (29% of max value = 765). Red value is 62 (24.61% from 255 or 27.43% from 226); Green value is 53 (21.09% from 255 or 23.45% from 226); Blue value is 111 (43.75% from 255 or 49.12% from 226); Max value from RGB is 111 - color contains mainly: blue. Hex color #3E356F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3E356F is #C1CA90. Grayscale: #3E3E3E. Windows color (decimal): -12700305 or 7288126. OLE color: 7288126.

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

Color convert

RGB 62 53 111 -
CMYK 0.44 0.52 0 0.56
HSL 249.31º 0.35% 0.32% -
HSV(B) 249.31º 0.52% 0.44% -
XYZ 6.13 4.72 15.63 -
YUV 62.3 155.48 127.78 -
System Red Green Blue C M Y K H S L
Decimal 62 53 111 0.44 0.52 0 0.56 249.31 0.35 0.32
Hex 3E 35 6F 2C 34 0 38 F9 23 20
Octal 76 65 157 54 64 0 70 371 43 40
Binary 111110 110101 1101111 101100 110100 0 111000 11111001 100011 100000

Color Harmonies of #3E356F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E356F

Black with #3E356F

Text Example


Text Example

White with #3E356F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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