Html Css Color HEX #3E356E Minsk

📋 copy color: '#3E356E'

red 62 ◦ green 53 ◦ blue 110

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

Shades of Minsk #3E356E

Tints of Minsk #3E356E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 48.89%

R = 27.56%
G = 23.56%
B = 48.89%

CMYK

 C value IS 0.44

 M value IS 0.52

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#3E356E (or 0x3E356E) is known color: Minsk. HEX triplet: 3E, 35 and 6E. RGB value is (62,53,110). Sum of RGB (Red+Green+Blue) = 62+53+110=225 (29% of max value = 765). Red value is 62 (24.61% from 255 or 27.56% from 225); Green value is 53 (21.09% from 255 or 23.56% from 225); Blue value is 110 (43.36% from 255 or 48.89% from 225); Max value from RGB is 110 - color contains mainly: blue. Hex color #3E356E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3E356E is #C1CA91. Grayscale: #3D3D3D. Windows color (decimal): -12700306 or 7222590. OLE color: 7222590.

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

Color convert

RGB 62 53 110 -
CMYK 0.44 0.52 0 0.57
HSL 249.47º 0.35% 0.32% -
HSV(B) 249.47º 0.52% 0.43% -
XYZ 6.07 4.7 15.34 -
YUV 62.19 154.98 127.87 -
System Red Green Blue C M Y K H S L
Decimal 62 53 110 0.44 0.52 0 0.57 249.47 0.35 0.32
Hex 3E 35 6E 2C 34 0 39 F9 23 20
Octal 76 65 156 54 64 0 71 371 43 40
Binary 111110 110101 1101110 101100 110100 0 111001 11111001 100011 100000

Color Harmonies of #3E356E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E356E

Black with #3E356E

Text Example


Text Example

White with #3E356E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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