Html Css Color HEX #3F3673 Minsk

📋 copy color: '#3F3673'

red 63 ◦ green 54 ◦ blue 115

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

Shades of Minsk #3F3673

Tints of Minsk #3F3673

RGB

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

 GREEN value IS 54 (21.48% from 255) = 23.28%

 BLUE value IS 115 (45.31% from 255) = 49.57%

R = 27.16%
G = 23.28%
B = 49.57%

CMYK

 C value IS 0.45

 M value IS 0.53

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#3F3673 (or 0x3F3673) is known color: Minsk. HEX triplet: 3F, 36 and 73. RGB value is (63,54,115). Sum of RGB (Red+Green+Blue) = 63+54+115=232 (30% of max value = 765). Red value is 63 (25% from 255 or 27.16% from 232); Green value is 54 (21.48% from 255 or 23.28% from 232); Blue value is 115 (45.31% from 255 or 49.57% from 232); Max value from RGB is 115 - color contains mainly: blue. Hex color #3F3673 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F3673 is #C0C98C. Grayscale: #3F3F3F. Windows color (decimal): -12634509 or 7550527. OLE color: 7550527.

HSL color Cylindrical-coordinate representation of color #3F3673: hue angle of 248.85º degrees, saturation: 0.36, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #3F3673 is Cyan = 0.45, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 63 54 115 -
CMYK 0.45 0.53 0 0.55
HSL 248.85º 0.36% 0.33% -
HSV(B) 248.85º 0.53% 0.45% -
XYZ 6.46 4.93 16.83 -
YUV 63.65 156.98 127.54 -
System Red Green Blue C M Y K H S L
Decimal 63 54 115 0.45 0.53 0 0.55 248.85 0.36 0.33
Hex 3F 36 73 2D 35 0 37 F9 24 21
Octal 77 66 163 55 65 0 67 371 44 41
Binary 111111 110110 1110011 101101 110101 0 110111 11111001 100100 100001

Color Harmonies of #3F3673

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F3673

Black with #3F3673

Text Example


Text Example

White with #3F3673

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,54,115); }

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

background-color css

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

 a { background-color: rgb(63,54,115); }

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

border-color css

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

 span { border-color: rgb(63,54,115); }

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