Html Css Color HEX #3F3769 Minsk

📋 copy color: '#3F3769'

red 63 ◦ green 55 ◦ blue 105

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

Shades of Minsk #3F3769

Tints of Minsk #3F3769

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 47.09%

R = 28.25%
G = 24.66%
B = 47.09%

CMYK

 C value IS 0.4

 M value IS 0.48

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#3F3769 (or 0x3F3769) is known color: Minsk. HEX triplet: 3F, 37 and 69. RGB value is (63,55,105). Sum of RGB (Red+Green+Blue) = 63+55+105=223 (29% of max value = 765). Red value is 63 (25% from 255 or 28.25% from 223); Green value is 55 (21.88% from 255 or 24.66% from 223); Blue value is 105 (41.41% from 255 or 47.09% from 223); Max value from RGB is 105 - color contains mainly: blue. Hex color #3F3769 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F3769 is #C0C896. Grayscale: #3E3E3E. Windows color (decimal): -12634263 or 6895423. OLE color: 6895423.

HSL color Cylindrical-coordinate representation of color #3F3769: hue angle of 249.6º degrees, saturation: 0.31, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #3F3769 is Cyan = 0.4, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 63 55 105 -
CMYK 0.4 0.48 0 0.59
HSL 249.6º 0.31% 0.31% -
HSV(B) 249.6º 0.48% 0.41% -
XYZ 5.97 4.81 13.98 -
YUV 63.09 151.65 127.93 -
System Red Green Blue C M Y K H S L
Decimal 63 55 105 0.4 0.48 0 0.59 249.6 0.31 0.31
Hex 3F 37 69 28 30 0 3B FA 1F 1F
Octal 77 67 151 50 60 0 73 372 37 37
Binary 111111 110111 1101001 101000 110000 0 111011 11111010 11111 11111

Color Harmonies of #3F3769

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F3769

Black with #3F3769

Text Example


Text Example

White with #3F3769

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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