Html Css Color HEX #3F356F Minsk

📋 copy color: '#3F356F'

red 63 ◦ green 53 ◦ blue 111

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

Shades of Minsk #3F356F

Tints of Minsk #3F356F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 48.9%

R = 27.75%
G = 23.35%
B = 48.9%

CMYK

 C value IS 0.43

 M value IS 0.52

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#3F356F (or 0x3F356F) is known color: Minsk. HEX triplet: 3F, 35 and 6F. RGB value is (63,53,111). Sum of RGB (Red+Green+Blue) = 63+53+111=227 (30% of max value = 765). Red value is 63 (25% from 255 or 27.75% from 227); Green value is 53 (21.09% from 255 or 23.35% from 227); Blue value is 111 (43.75% from 255 or 48.90% from 227); Max value from RGB is 111 - color contains mainly: blue. Hex color #3F356F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F356F is #C0CA90. Grayscale: #3E3E3E. Windows color (decimal): -12634769 or 7288127. OLE color: 7288127.

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

Color convert

RGB 63 53 111 -
CMYK 0.43 0.52 0 0.56
HSL 250.34º 0.35% 0.32% -
HSV(B) 250.34º 0.52% 0.44% -
XYZ 6.19 4.75 15.63 -
YUV 62.6 155.31 128.28 -
System Red Green Blue C M Y K H S L
Decimal 63 53 111 0.43 0.52 0 0.56 250.34 0.35 0.32
Hex 3F 35 6F 2B 34 0 38 FA 23 20
Octal 77 65 157 53 64 0 70 372 43 40
Binary 111111 110101 1101111 101011 110100 0 111000 11111010 100011 100000

Color Harmonies of #3F356F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F356F

Black with #3F356F

Text Example


Text Example

White with #3F356F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,53,111); }

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

background-color css

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

 a { background-color: rgb(63,53,111); }

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

border-color css

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

 span { border-color: rgb(63,53,111); }

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