Html Css Color HEX #3F3672 Minsk

📋 copy color: '#3F3672'

red 63 ◦ green 54 ◦ blue 114

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

Shades of Minsk #3F3672

Tints of Minsk #3F3672

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 49.35%

R = 27.27%
G = 23.38%
B = 49.35%

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

#3F3672 (or 0x3F3672) is known color: Minsk. HEX triplet: 3F, 36 and 72. RGB value is (63,54,114). Sum of RGB (Red+Green+Blue) = 63+54+114=231 (30% of max value = 765). Red value is 63 (25% from 255 or 27.27% from 231); Green value is 54 (21.48% from 255 or 23.38% from 231); Blue value is 114 (44.92% from 255 or 49.35% from 231); Max value from RGB is 114 - color contains mainly: blue. Hex color #3F3672 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F3672 is #C0C98D. Grayscale: #3F3F3F. Windows color (decimal): -12634510 or 7484991. OLE color: 7484991.

HSL color Cylindrical-coordinate representation of color #3F3672: hue angle of 249º 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 #3F3672 is Cyan = 0.45, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 63 54 114 -
CMYK 0.45 0.53 0 0.55
HSL 249º 0.36% 0.33% -
HSV(B) 249º 0.53% 0.45% -
XYZ 6.41 4.91 16.53 -
YUV 63.53 156.48 127.62 -
System Red Green Blue C M Y K H S L
Decimal 63 54 114 0.45 0.53 0 0.55 249 0.36 0.33
Hex 3F 36 72 2D 35 0 37 F9 24 21
Octal 77 66 162 55 65 0 67 371 44 41
Binary 111111 110110 1110010 101101 110101 0 110111 11111001 100100 100001

Color Harmonies of #3F3672

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F3672

Black with #3F3672

Text Example


Text Example

White with #3F3672

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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