Html Css Color HEX #3F346D Minsk

📋 copy color: '#3F346D'

red 63 ◦ green 52 ◦ blue 109

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

Shades of Minsk #3F346D

Tints of Minsk #3F346D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 48.66%

R = 28.13%
G = 23.21%
B = 48.66%

CMYK

 C value IS 0.42

 M value IS 0.52

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#3F346D (or 0x3F346D) is known color: Minsk. HEX triplet: 3F, 34 and 6D. RGB value is (63,52,109). Sum of RGB (Red+Green+Blue) = 63+52+109=224 (29% of max value = 765). Red value is 63 (25% from 255 or 28.12% from 224); Green value is 52 (20.70% from 255 or 23.21% from 224); Blue value is 109 (42.97% from 255 or 48.66% from 224); Max value from RGB is 109 - color contains mainly: blue. Hex color #3F346D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F346D is #C0CB92. Grayscale: #3D3D3D. Windows color (decimal): -12635027 or 7156799. OLE color: 7156799.

HSL color Cylindrical-coordinate representation of color #3F346D: hue angle of 251.58º degrees, saturation: 0.35, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #3F346D is Cyan = 0.42, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 63 52 109 -
CMYK 0.42 0.52 0 0.57
HSL 251.58º 0.35% 0.32% -
HSV(B) 251.58º 0.52% 0.43% -
XYZ 6.04 4.62 15.04 -
YUV 61.79 154.64 128.87 -
System Red Green Blue C M Y K H S L
Decimal 63 52 109 0.42 0.52 0 0.57 251.58 0.35 0.32
Hex 3F 34 6D 2A 34 0 39 FC 23 20
Octal 77 64 155 52 64 0 71 374 43 40
Binary 111111 110100 1101101 101010 110100 0 111001 11111100 100011 100000

Color Harmonies of #3F346D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F346D

Black with #3F346D

Text Example


Text Example

White with #3F346D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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