Html Css Color HEX #3F3265 Minsk

📋 copy color: '#3F3265'

red 63 ◦ green 50 ◦ blue 101

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

Shades of Minsk #3F3265

Tints of Minsk #3F3265

RGB

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

 GREEN value IS 50 (19.92% from 255) = 23.36%

 BLUE value IS 101 (39.84% from 255) = 47.2%

R = 29.44%
G = 23.36%
B = 47.2%

CMYK

 C value IS 0.38

 M value IS 0.50

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#3F3265 (or 0x3F3265) is known color: Minsk. HEX triplet: 3F, 32 and 65. RGB value is (63,50,101). Sum of RGB (Red+Green+Blue) = 63+50+101=214 (28% of max value = 765). Red value is 63 (25% from 255 or 29.44% from 214); Green value is 50 (19.92% from 255 or 23.36% from 214); Blue value is 101 (39.84% from 255 or 47.20% from 214); Max value from RGB is 101 - color contains mainly: blue. Hex color #3F3265 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F3265 is #C0CD9A. Grayscale: #3B3B3B. Windows color (decimal): -12635547 or 6631999. OLE color: 6631999.

HSL color Cylindrical-coordinate representation of color #3F3265: hue angle of 255.29º degrees, saturation: 0.34, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #3F3265 is Cyan = 0.38, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 63 50 101 -
CMYK 0.38 0.50 0 0.60
HSL 255.29º 0.34% 0.3% -
HSV(B) 255.29º 0.5% 0.4% -
XYZ 5.54 4.28 12.85 -
YUV 59.7 151.31 130.35 -
System Red Green Blue C M Y K H S L
Decimal 63 50 101 0.38 0.50 0 0.60 255.29 0.34 0.3
Hex 3F 32 65 26 32 0 3C FF 22 1E
Octal 77 62 145 46 62 0 74 377 42 36
Binary 111111 110010 1100101 100110 110010 0 111100 11111111 100010 11110

Color Harmonies of #3F3265

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F3265

Black with #3F3265

Text Example


Text Example

White with #3F3265

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,50,101); }

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

background-color css

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

 a { background-color: rgb(63,50,101); }

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

border-color css

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

 span { border-color: rgb(63,50,101); }

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