Html Css Color HEX #3F3477 Minsk

📋 copy color: '#3F3477'

red 63 ◦ green 52 ◦ blue 119

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

Shades of Minsk #3F3477

Tints of Minsk #3F3477

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 50.85%

R = 26.92%
G = 22.22%
B = 50.85%

CMYK

 C value IS 0.47

 M value IS 0.56

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#3F3477 (or 0x3F3477) is known color: Minsk. HEX triplet: 3F, 34 and 77. RGB value is (63,52,119). Sum of RGB (Red+Green+Blue) = 63+52+119=234 (30% of max value = 765). Red value is 63 (25% from 255 or 26.92% from 234); Green value is 52 (20.70% from 255 or 22.22% from 234); Blue value is 119 (46.88% from 255 or 50.85% from 234); Max value from RGB is 119 - color contains mainly: blue. Hex color #3F3477 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F3477 is #C0CB88. Grayscale: #3E3E3E. Windows color (decimal): -12635017 or 7812159. OLE color: 7812159.

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

Color convert

RGB 63 52 119 -
CMYK 0.47 0.56 0 0.53
HSL 249.85º 0.39% 0.34% -
HSV(B) 249.85º 0.56% 0.47% -
XYZ 6.61 4.84 18.04 -
YUV 62.93 159.64 128.05 -
System Red Green Blue C M Y K H S L
Decimal 63 52 119 0.47 0.56 0 0.53 249.85 0.39 0.34
Hex 3F 34 77 2F 38 0 35 FA 27 22
Octal 77 64 167 57 70 0 65 372 47 42
Binary 111111 110100 1110111 101111 111000 0 110101 11111010 100111 100010

Color Harmonies of #3F3477

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F3477

Black with #3F3477

Text Example


Text Example

White with #3F3477

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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