Html Css Color HEX #3F336D Minsk

📋 copy color: '#3F336D'

red 63 ◦ green 51 ◦ blue 109

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

Shades of Minsk #3F336D

Tints of Minsk #3F336D

RGB

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

 GREEN value IS 51 (20.31% from 255) = 22.87%

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

R = 28.25%
G = 22.87%
B = 48.88%

CMYK

 C value IS 0.42

 M value IS 0.53

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#3F336D (or 0x3F336D) is known color: Minsk. HEX triplet: 3F, 33 and 6D. RGB value is (63,51,109). Sum of RGB (Red+Green+Blue) = 63+51+109=223 (29% of max value = 765). Red value is 63 (25% from 255 or 28.25% from 223); Green value is 51 (20.31% from 255 or 22.87% from 223); Blue value is 109 (42.97% from 255 or 48.88% from 223); Max value from RGB is 109 - color contains mainly: blue. Hex color #3F336D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F336D is #C0CC92. Grayscale: #3C3C3C. Windows color (decimal): -12635283 or 7156543. OLE color: 7156543.

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

Color convert

RGB 63 51 109 -
CMYK 0.42 0.53 0 0.57
HSL 252.41º 0.36% 0.31% -
HSV(B) 252.41º 0.53% 0.43% -
XYZ 5.99 4.53 15.03 -
YUV 61.2 154.98 129.28 -
System Red Green Blue C M Y K H S L
Decimal 63 51 109 0.42 0.53 0 0.57 252.41 0.36 0.31
Hex 3F 33 6D 2A 35 0 39 FC 24 1F
Octal 77 63 155 52 65 0 71 374 44 37
Binary 111111 110011 1101101 101010 110101 0 111001 11111100 100100 11111

Color Harmonies of #3F336D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F336D

Black with #3F336D

Text Example


Text Example

White with #3F336D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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