Html Css Color HEX #3F3476 Minsk

📋 copy color: '#3F3476'

red 63 ◦ green 52 ◦ blue 118

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

Shades of Minsk #3F3476

Tints of Minsk #3F3476

RGB

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

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

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

R = 27.04%
G = 22.32%
B = 50.64%

CMYK

 C value IS 0.47

 M value IS 0.56

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#3F3476 (or 0x3F3476) is known color: Minsk. HEX triplet: 3F, 34 and 76. RGB value is (63,52,118). Sum of RGB (Red+Green+Blue) = 63+52+118=233 (30% of max value = 765). Red value is 63 (25% from 255 or 27.04% from 233); Green value is 52 (20.70% from 255 or 22.32% from 233); Blue value is 118 (46.48% from 255 or 50.64% from 233); Max value from RGB is 118 - color contains mainly: blue. Hex color #3F3476 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F3476 is #C0CB89. Grayscale: #3E3E3E. Windows color (decimal): -12635018 or 7746623. OLE color: 7746623.

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

Color convert

RGB 63 52 118 -
CMYK 0.47 0.56 0 0.54
HSL 250º 0.39% 0.33% -
HSV(B) 250º 0.56% 0.46% -
XYZ 6.55 4.82 17.72 -
YUV 62.81 159.14 128.13 -
System Red Green Blue C M Y K H S L
Decimal 63 52 118 0.47 0.56 0 0.54 250 0.39 0.33
Hex 3F 34 76 2F 38 0 36 FA 27 21
Octal 77 64 166 57 70 0 66 372 47 41
Binary 111111 110100 1110110 101111 111000 0 110110 11111010 100111 100001

Color Harmonies of #3F3476

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F3476

Black with #3F3476

Text Example


Text Example

White with #3F3476

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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