Html Css Color HEX #3E3275 Minsk

📋 copy color: '#3E3275'

red 62 ◦ green 50 ◦ blue 117

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

Shades of Minsk #3E3275

Tints of Minsk #3E3275

RGB

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

 GREEN value IS 50 (19.92% from 255) = 21.83%

 BLUE value IS 117 (46.09% from 255) = 51.09%

R = 27.07%
G = 21.83%
B = 51.09%

CMYK

 C value IS 0.47

 M value IS 0.57

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#3E3275 (or 0x3E3275) is known color: Minsk. HEX triplet: 3E, 32 and 75. RGB value is (62,50,117). Sum of RGB (Red+Green+Blue) = 62+50+117=229 (30% of max value = 765). Red value is 62 (24.61% from 255 or 27.07% from 229); Green value is 50 (19.92% from 255 or 21.83% from 229); Blue value is 117 (46.09% from 255 or 51.09% from 229); Max value from RGB is 117 - color contains mainly: blue. Hex color #3E3275 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3E3275 is #C1CD8A. Grayscale: #3C3C3C. Windows color (decimal): -12701067 or 7680574. OLE color: 7680574.

HSL color Cylindrical-coordinate representation of color #3E3275: hue angle of 250.75º degrees, saturation: 0.4, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #3E3275 is Cyan = 0.47, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 62 50 117 -
CMYK 0.47 0.57 0 0.54
HSL 250.75º 0.4% 0.33% -
HSV(B) 250.75º 0.57% 0.46% -
XYZ 6.34 4.59 17.38 -
YUV 61.23 159.48 128.55 -
System Red Green Blue C M Y K H S L
Decimal 62 50 117 0.47 0.57 0 0.54 250.75 0.4 0.33
Hex 3E 32 75 2F 39 0 36 FB 28 21
Octal 76 62 165 57 71 0 66 373 50 41
Binary 111110 110010 1110101 101111 111001 0 110110 11111011 101000 100001

Color Harmonies of #3E3275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E3275

Black with #3E3275

Text Example


Text Example

White with #3E3275

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(62,50,117); }

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

background-color css

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

 a { background-color: rgb(62,50,117); }

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

border-color css

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

 span { border-color: rgb(62,50,117); }

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