Html Css Color HEX #3E2C69 Minsk

📋 copy color: '#3E2C69'

red 62 ◦ green 44 ◦ blue 105

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

Shades of Minsk #3E2C69

Tints of Minsk #3E2C69

RGB

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

 GREEN value IS 44 (17.58% from 255) = 20.85%

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

R = 29.38%
G = 20.85%
B = 49.76%

CMYK

 C value IS 0.41

 M value IS 0.58

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#3E2C69 (or 0x3E2C69) is known color: Minsk. HEX triplet: 3E, 2C and 69. RGB value is (62,44,105). Sum of RGB (Red+Green+Blue) = 62+44+105=211 (27% of max value = 765). Red value is 62 (24.61% from 255 or 29.38% from 211); Green value is 44 (17.58% from 255 or 20.85% from 211); Blue value is 105 (41.41% from 255 or 49.76% from 211); Max value from RGB is 105 - color contains mainly: blue. Hex color #3E2C69 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3E2C69 is #C1D396. Grayscale: #383838. Windows color (decimal): -12702615 or 6892606. OLE color: 6892606.

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

Color convert

RGB 62 44 105 -
CMYK 0.41 0.58 0 0.59
HSL 257.7º 0.41% 0.29% -
HSV(B) 257.7º 0.58% 0.41% -
XYZ 5.44 3.85 13.82 -
YUV 56.34 155.46 132.04 -
System Red Green Blue C M Y K H S L
Decimal 62 44 105 0.41 0.58 0 0.59 257.7 0.41 0.29
Hex 3E 2C 69 29 3A 0 3B 102 29 1D
Octal 76 54 151 51 72 0 73 402 51 35
Binary 111110 101100 1101001 101001 111010 0 111011 100000010 101001 11101

Color Harmonies of #3E2C69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E2C69

Black with #3E2C69

Text Example


Text Example

White with #3E2C69

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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