Html Css Color HEX #3F2C69 Minsk

📋 copy color: '#3F2C69'

red 63 ◦ green 44 ◦ blue 105

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

Shades of Minsk #3F2C69

Tints of Minsk #3F2C69

RGB

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

 GREEN value IS 44 (17.58% from 255) = 20.75%

 BLUE value IS 105 (41.41% from 255) = 49.53%

R = 29.72%
G = 20.75%
B = 49.53%

CMYK

 C value IS 0.4

 M value IS 0.58

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#3F2C69 (or 0x3F2C69) is known color: Minsk. HEX triplet: 3F, 2C and 69. RGB value is (63,44,105). Sum of RGB (Red+Green+Blue) = 63+44+105=212 (28% of max value = 765). Red value is 63 (25% from 255 or 29.72% from 212); Green value is 44 (17.58% from 255 or 20.75% from 212); Blue value is 105 (41.41% from 255 or 49.53% from 212); Max value from RGB is 105 - color contains mainly: blue. Hex color #3F2C69 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F2C69 is #C0D396. Grayscale: #383838. Windows color (decimal): -12637079 or 6892607. OLE color: 6892607.

HSL color Cylindrical-coordinate representation of color #3F2C69: hue angle of 258.69º degrees, saturation: 0.41, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #3F2C69 is Cyan = 0.4, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 63 44 105 -
CMYK 0.4 0.58 0 0.59
HSL 258.69º 0.41% 0.29% -
HSV(B) 258.69º 0.58% 0.41% -
XYZ 5.5 3.88 13.82 -
YUV 56.64 155.29 132.54 -
System Red Green Blue C M Y K H S L
Decimal 63 44 105 0.4 0.58 0 0.59 258.69 0.41 0.29
Hex 3F 2C 69 28 3A 0 3B 103 29 1D
Octal 77 54 151 50 72 0 73 403 51 35
Binary 111111 101100 1101001 101000 111010 0 111011 100000011 101001 11101

Color Harmonies of #3F2C69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F2C69

Black with #3F2C69

Text Example


Text Example

White with #3F2C69

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,44,105); }

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

background-color css

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

 a { background-color: rgb(63,44,105); }

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

border-color css

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

 span { border-color: rgb(63,44,105); }

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