Html Css Color HEX #3E3969 Minsk

📋 copy color: '#3E3969'

red 62 ◦ green 57 ◦ blue 105

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

Shades of Minsk #3E3969

Tints of Minsk #3E3969

RGB

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

 GREEN value IS 57 (22.66% from 255) = 25.45%

 BLUE value IS 105 (41.41% from 255) = 46.88%

R = 27.68%
G = 25.45%
B = 46.88%

CMYK

 C value IS 0.41

 M value IS 0.46

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#3E3969 (or 0x3E3969) is known color: Minsk. HEX triplet: 3E, 39 and 69. RGB value is (62,57,105). Sum of RGB (Red+Green+Blue) = 62+57+105=224 (29% of max value = 765). Red value is 62 (24.61% from 255 or 27.68% from 224); Green value is 57 (22.66% from 255 or 25.45% from 224); Blue value is 105 (41.41% from 255 or 46.88% from 224); Max value from RGB is 105 - color contains mainly: blue. Hex color #3E3969 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3E3969 is #C1C696. Grayscale: #3F3F3F. Windows color (decimal): -12699287 or 6895934. OLE color: 6895934.

HSL color Cylindrical-coordinate representation of color #3E3969: hue angle of 246.25º degrees, saturation: 0.3, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #3E3969 is Cyan = 0.41, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 62 57 105 -
CMYK 0.41 0.46 0 0.59
HSL 246.25º 0.3% 0.32% -
HSV(B) 246.25º 0.46% 0.41% -
XYZ 6 4.97 14.01 -
YUV 63.97 151.16 126.6 -
System Red Green Blue C M Y K H S L
Decimal 62 57 105 0.41 0.46 0 0.59 246.25 0.3 0.32
Hex 3E 39 69 29 2E 0 3B F6 1E 20
Octal 76 71 151 51 56 0 73 366 36 40
Binary 111110 111001 1101001 101001 101110 0 111011 11110110 11110 100000

Color Harmonies of #3E3969

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E3969

Black with #3E3969

Text Example


Text Example

White with #3E3969

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(62,57,105); }

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

background-color css

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

 a { background-color: rgb(62,57,105); }

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

border-color css

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

 span { border-color: rgb(62,57,105); }

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