Html Css Color HEX #3F386D Minsk

📋 copy color: '#3F386D'

red 63 ◦ green 56 ◦ blue 109

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

Shades of Minsk #3F386D

Tints of Minsk #3F386D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 47.81%

R = 27.63%
G = 24.56%
B = 47.81%

CMYK

 C value IS 0.42

 M value IS 0.49

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#3F386D (or 0x3F386D) is known color: Minsk. HEX triplet: 3F, 38 and 6D. RGB value is (63,56,109). Sum of RGB (Red+Green+Blue) = 63+56+109=228 (30% of max value = 765). Red value is 63 (25% from 255 or 27.63% from 228); Green value is 56 (22.27% from 255 or 24.56% from 228); Blue value is 109 (42.97% from 255 or 47.81% from 228); Max value from RGB is 109 - color contains mainly: blue. Hex color #3F386D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F386D is #C0C792. Grayscale: #3F3F3F. Windows color (decimal): -12634003 or 7157823. OLE color: 7157823.

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

Color convert

RGB 63 56 109 -
CMYK 0.42 0.49 0 0.57
HSL 247.92º 0.32% 0.32% -
HSV(B) 247.92º 0.49% 0.43% -
XYZ 6.22 4.99 15.1 -
YUV 64.14 153.32 127.19 -
System Red Green Blue C M Y K H S L
Decimal 63 56 109 0.42 0.49 0 0.57 247.92 0.32 0.32
Hex 3F 38 6D 2A 31 0 39 F8 20 20
Octal 77 70 155 52 61 0 71 370 40 40
Binary 111111 111000 1101101 101010 110001 0 111001 11111000 100000 100000

Color Harmonies of #3F386D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F386D

Black with #3F386D

Text Example


Text Example

White with #3F386D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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