Html Css Color HEX #3F3761 Minsk

📋 copy color: '#3F3761'

red 63 ◦ green 55 ◦ blue 97

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

Shades of Minsk #3F3761

Tints of Minsk #3F3761

RGB

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

 GREEN value IS 55 (21.88% from 255) = 25.58%

 BLUE value IS 97 (38.28% from 255) = 45.12%

R = 29.3%
G = 25.58%
B = 45.12%

CMYK

 C value IS 0.35

 M value IS 0.43

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#3F3761 (or 0x3F3761) is known color: Minsk. HEX triplet: 3F, 37 and 61. RGB value is (63,55,97). Sum of RGB (Red+Green+Blue) = 63+55+97=215 (28% of max value = 765). Red value is 63 (25% from 255 or 29.30% from 215); Green value is 55 (21.88% from 255 or 25.58% from 215); Blue value is 97 (38.28% from 255 or 45.12% from 215); Max value from RGB is 97 - color contains mainly: blue. Hex color #3F3761 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F3761 is #C0C89E. Grayscale: #3E3E3E. Windows color (decimal): -12634271 or 6371135. OLE color: 6371135.

HSL color Cylindrical-coordinate representation of color #3F3761: hue angle of 251.43º degrees, saturation: 0.28, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #3F3761 is Cyan = 0.35, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 63 55 97 -
CMYK 0.35 0.43 0 0.62
HSL 251.43º 0.28% 0.3% -
HSV(B) 251.43º 0.43% 0.38% -
XYZ 5.57 4.65 11.91 -
YUV 62.18 147.65 128.58 -
System Red Green Blue C M Y K H S L
Decimal 63 55 97 0.35 0.43 0 0.62 251.43 0.28 0.3
Hex 3F 37 61 23 2B 0 3E FB 1C 1E
Octal 77 67 141 43 53 0 76 373 34 36
Binary 111111 110111 1100001 100011 101011 0 111110 11111011 11100 11110

Color Harmonies of #3F3761

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F3761

Black with #3F3761

Text Example


Text Example

White with #3F3761

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,55,97); }

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

background-color css

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

 a { background-color: rgb(63,55,97); }

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

border-color css

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

 span { border-color: rgb(63,55,97); }

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