Html Css Color HEX #3F346F Minsk

📋 copy color: '#3F346F'

red 63 ◦ green 52 ◦ blue 111

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

Shades of Minsk #3F346F

Tints of Minsk #3F346F

RGB

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

 GREEN value IS 52 (20.7% from 255) = 23.01%

 BLUE value IS 111 (43.75% from 255) = 49.12%

R = 27.88%
G = 23.01%
B = 49.12%

CMYK

 C value IS 0.43

 M value IS 0.53

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#3F346F (or 0x3F346F) is known color: Minsk. HEX triplet: 3F, 34 and 6F. RGB value is (63,52,111). Sum of RGB (Red+Green+Blue) = 63+52+111=226 (29% of max value = 765). Red value is 63 (25% from 255 or 27.88% from 226); Green value is 52 (20.70% from 255 or 23.01% from 226); Blue value is 111 (43.75% from 255 or 49.12% from 226); Max value from RGB is 111 - color contains mainly: blue. Hex color #3F346F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F346F is #C0CB90. Grayscale: #3D3D3D. Windows color (decimal): -12635025 or 7287871. OLE color: 7287871.

HSL color Cylindrical-coordinate representation of color #3F346F: hue angle of 251.19º degrees, saturation: 0.36, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #3F346F is Cyan = 0.43, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 63 52 111 -
CMYK 0.43 0.53 0 0.56
HSL 251.19º 0.36% 0.32% -
HSV(B) 251.19º 0.53% 0.44% -
XYZ 6.15 4.66 15.61 -
YUV 62.02 155.64 128.7 -
System Red Green Blue C M Y K H S L
Decimal 63 52 111 0.43 0.53 0 0.56 251.19 0.36 0.32
Hex 3F 34 6F 2B 35 0 38 FB 24 20
Octal 77 64 157 53 65 0 70 373 44 40
Binary 111111 110100 1101111 101011 110101 0 111000 11111011 100100 100000

Color Harmonies of #3F346F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F346F

Black with #3F346F

Text Example


Text Example

White with #3F346F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,52,111); }

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

background-color css

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

 a { background-color: rgb(63,52,111); }

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

border-color css

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

 span { border-color: rgb(63,52,111); }

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