#3F3477

Color #3F3477 Minsk (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Minsk #3F3477

Tints of Minsk #3F3477

Color information

#3F3477 (or 0x3F3477) is unknown color: approx 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

RGB6352119-
CMYK0.470.5600.53
HSL249.85º39.18%33.53%-
HSV(B)249.85º56.3%46.67%-
XYZ6.614.8418.04-
YUV62.93159.64128.05-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 26.92%
GREEN value IS 52 (20.70% 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 (Cyan) values IS 0.47
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal63521190.470.5600.53249.8539.1833.53
Hex3F34772F38035fa2722
Octal776416757700653724742
Binary1111111101001110111101111111000011010111111010100111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F3477

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>