Html Css Color HEX #3E306C Minsk

📋 copy color: '#3E306C'

red 62 ◦ green 48 ◦ blue 108

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

Shades of Minsk #3E306C

Tints of Minsk #3E306C

RGB

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

 GREEN value IS 48 (19.14% from 255) = 22.02%

 BLUE value IS 108 (42.58% from 255) = 49.54%

R = 28.44%
G = 22.02%
B = 49.54%

CMYK

 C value IS 0.43

 M value IS 0.56

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#3E306C (or 0x3E306C) is known color: Minsk. HEX triplet: 3E, 30 and 6C. RGB value is (62,48,108). Sum of RGB (Red+Green+Blue) = 62+48+108=218 (28% of max value = 765). Red value is 62 (24.61% from 255 or 28.44% from 218); Green value is 48 (19.14% from 255 or 22.02% from 218); Blue value is 108 (42.58% from 255 or 49.54% from 218); Max value from RGB is 108 - color contains mainly: blue. Hex color #3E306C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3E306C is #C1CF93. Grayscale: #3A3A3A. Windows color (decimal): -12701588 or 7090238. OLE color: 7090238.

HSL color Cylindrical-coordinate representation of color #3E306C: hue angle of 254º degrees, saturation: 0.38, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #3E306C is Cyan = 0.43, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 62 48 108 -
CMYK 0.43 0.56 0 0.58
HSL 254º 0.38% 0.31% -
HSV(B) 254º 0.56% 0.42% -
XYZ 5.75 4.22 14.7 -
YUV 59.03 155.64 130.12 -
System Red Green Blue C M Y K H S L
Decimal 62 48 108 0.43 0.56 0 0.58 254 0.38 0.31
Hex 3E 30 6C 2B 38 0 3A FE 26 1F
Octal 76 60 154 53 70 0 72 376 46 37
Binary 111110 110000 1101100 101011 111000 0 111010 11111110 100110 11111

Color Harmonies of #3E306C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E306C

Black with #3E306C

Text Example


Text Example

White with #3E306C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(62,48,108); }

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

background-color css

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

 a { background-color: rgb(62,48,108); }

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

border-color css

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

 span { border-color: rgb(62,48,108); }

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