Html Css Color HEX #3F386F Minsk

📋 copy color: '#3F386F'

red 63 ◦ green 56 ◦ blue 111

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

Shades of Minsk #3F386F

Tints of Minsk #3F386F

RGB

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

 GREEN value IS 56 (22.27% from 255) = 24.35%

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

R = 27.39%
G = 24.35%
B = 48.26%

CMYK

 C value IS 0.43

 M value IS 0.50

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#3F386F (or 0x3F386F) is known color: Minsk. HEX triplet: 3F, 38 and 6F. RGB value is (63,56,111). Sum of RGB (Red+Green+Blue) = 63+56+111=230 (30% of max value = 765). Red value is 63 (25% from 255 or 27.39% from 230); Green value is 56 (22.27% from 255 or 24.35% from 230); Blue value is 111 (43.75% from 255 or 48.26% from 230); Max value from RGB is 111 - color contains mainly: blue. Hex color #3F386F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F386F is #C0C790. Grayscale: #404040. Windows color (decimal): -12634001 or 7288895. OLE color: 7288895.

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

Color convert

RGB 63 56 111 -
CMYK 0.43 0.50 0 0.56
HSL 247.64º 0.33% 0.33% -
HSV(B) 247.64º 0.5% 0.44% -
XYZ 6.33 5.03 15.68 -
YUV 64.36 154.32 127.03 -
System Red Green Blue C M Y K H S L
Decimal 63 56 111 0.43 0.50 0 0.56 247.64 0.33 0.33
Hex 3F 38 6F 2B 32 0 38 F8 21 21
Octal 77 70 157 53 62 0 70 370 41 41
Binary 111111 111000 1101111 101011 110010 0 111000 11111000 100001 100001

Color Harmonies of #3F386F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F386F

Black with #3F386F

Text Example


Text Example

White with #3F386F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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