Html Css Color HEX #3F376A Minsk

📋 copy color: '#3F376A'

red 63 ◦ green 55 ◦ blue 106

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

Shades of Minsk #3F376A

Tints of Minsk #3F376A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 47.32%

R = 28.13%
G = 24.55%
B = 47.32%

CMYK

 C value IS 0.41

 M value IS 0.48

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#3F376A (or 0x3F376A) is known color: Minsk. HEX triplet: 3F, 37 and 6A. RGB value is (63,55,106). Sum of RGB (Red+Green+Blue) = 63+55+106=224 (29% of max value = 765). Red value is 63 (25% from 255 or 28.12% from 224); Green value is 55 (21.88% from 255 or 24.55% from 224); Blue value is 106 (41.80% from 255 or 47.32% from 224); Max value from RGB is 106 - color contains mainly: blue. Hex color #3F376A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F376A is #C0C895. Grayscale: #3F3F3F. Windows color (decimal): -12634262 or 6960959. OLE color: 6960959.

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

Color convert

RGB 63 55 106 -
CMYK 0.41 0.48 0 0.58
HSL 249.41º 0.32% 0.32% -
HSV(B) 249.41º 0.48% 0.42% -
XYZ 6.02 4.83 14.25 -
YUV 63.21 152.15 127.85 -
System Red Green Blue C M Y K H S L
Decimal 63 55 106 0.41 0.48 0 0.58 249.41 0.32 0.32
Hex 3F 37 6A 29 30 0 3A F9 20 20
Octal 77 67 152 51 60 0 72 371 40 40
Binary 111111 110111 1101010 101001 110000 0 111010 11111001 100000 100000

Color Harmonies of #3F376A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F376A

Black with #3F376A

Text Example


Text Example

White with #3F376A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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