Html Css Color HEX #3F366E Minsk

📋 copy color: '#3F366E'

red 63 ◦ green 54 ◦ blue 110

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

Shades of Minsk #3F366E

Tints of Minsk #3F366E

RGB

 RED value IS 63 (25% from 255) = 27.75%

 GREEN value IS 54 (21.48% from 255) = 23.79%

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

R = 27.75%
G = 23.79%
B = 48.46%

CMYK

 C value IS 0.43

 M value IS 0.51

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#3F366E (or 0x3F366E) is known color: Minsk. HEX triplet: 3F, 36 and 6E. RGB value is (63,54,110). Sum of RGB (Red+Green+Blue) = 63+54+110=227 (30% of max value = 765). Red value is 63 (25% from 255 or 27.75% from 227); Green value is 54 (21.48% from 255 or 23.79% from 227); Blue value is 110 (43.36% from 255 or 48.46% from 227); Max value from RGB is 110 - color contains mainly: blue. Hex color #3F366E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F366E is #C0C991. Grayscale: #3E3E3E. Windows color (decimal): -12634514 or 7222847. OLE color: 7222847.

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

Color convert

RGB 63 54 110 -
CMYK 0.43 0.51 0 0.57
HSL 249.64º 0.34% 0.32% -
HSV(B) 249.64º 0.51% 0.43% -
XYZ 6.18 4.82 15.36 -
YUV 63.08 154.48 127.95 -
System Red Green Blue C M Y K H S L
Decimal 63 54 110 0.43 0.51 0 0.57 249.64 0.34 0.32
Hex 3F 36 6E 2B 33 0 39 FA 22 20
Octal 77 66 156 53 63 0 71 372 42 40
Binary 111111 110110 1101110 101011 110011 0 111001 11111010 100010 100000

Color Harmonies of #3F366E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F366E

Black with #3F366E

Text Example


Text Example

White with #3F366E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,54,110); }

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

background-color css

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

 a { background-color: rgb(63,54,110); }

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

border-color css

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

 span { border-color: rgb(63,54,110); }

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