Html Css Color HEX #3F3376 Minsk

📋 copy color: '#3F3376'

red 63 ◦ green 51 ◦ blue 118

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

Shades of Minsk #3F3376

Tints of Minsk #3F3376

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 50.86%

R = 27.16%
G = 21.98%
B = 50.86%

CMYK

 C value IS 0.47

 M value IS 0.57

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#3F3376 (or 0x3F3376) is known color: Minsk. HEX triplet: 3F, 33 and 76. RGB value is (63,51,118). Sum of RGB (Red+Green+Blue) = 63+51+118=232 (30% of max value = 765). Red value is 63 (25% from 255 or 27.16% from 232); Green value is 51 (20.31% from 255 or 21.98% from 232); Blue value is 118 (46.48% from 255 or 50.86% from 232); Max value from RGB is 118 - color contains mainly: blue. Hex color #3F3376 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F3376 is #C0CC89. Grayscale: #3D3D3D. Windows color (decimal): -12635274 or 7746367. OLE color: 7746367.

HSL color Cylindrical-coordinate representation of color #3F3376: hue angle of 250.75º degrees, saturation: 0.4, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #3F3376 is Cyan = 0.47, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 63 51 118 -
CMYK 0.47 0.57 0 0.54
HSL 250.75º 0.4% 0.33% -
HSV(B) 250.75º 0.57% 0.46% -
XYZ 6.5 4.73 17.71 -
YUV 62.23 159.48 128.55 -
System Red Green Blue C M Y K H S L
Decimal 63 51 118 0.47 0.57 0 0.54 250.75 0.4 0.33
Hex 3F 33 76 2F 39 0 36 FB 28 21
Octal 77 63 166 57 71 0 66 373 50 41
Binary 111111 110011 1110110 101111 111001 0 110110 11111011 101000 100001

Color Harmonies of #3F3376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F3376

Black with #3F3376

Text Example


Text Example

White with #3F3376

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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