#3F386E

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

Shades of Minsk #3F386E

Tints of Minsk #3F386E

Color information

#3F386E (or 0x3F386E) is unknown color: approx Minsk. HEX triplet: 3F, 38 and 6E. RGB value is (63,56,110). Sum of RGB (Red+Green+Blue) = 63+56+110=229 (30% of max value = 765). Red value is 63 (25% from 255 or 27.51% from 229); Green value is 56 (22.27% from 255 or 24.45% from 229); Blue value is 110 (43.36% from 255 or 48.03% from 229); Max value from RGB is 110 - color contains mainly: blue. Hex color #3F386E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F386E is #C0C791. Grayscale: #404040. Windows color (decimal): -12634002 or 7223359. OLE color: 7223359.

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

Color convert

RGB6356110-
CMYK0.430.4900.57
HSL247.78º32.53%32.55%-
HSV(B)247.78º49.09%43.14%-
XYZ6.285.0115.39-
YUV64.25153.82127.11-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 27.51%
GREEN value IS 56 (22.27% from 255) = 24.45%
BLUE value IS 110 (43.36% from 255) = 48.03%
R=27.51%
G=24.45%
B=48.03%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal63561100.430.4900.57247.7832.5332.55
Hex3F386E2B31039f82121
Octal777015653610713704141
Binary1111111110001101110101011110001011100111111000100001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F386E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,56,110); }

 H1.HeaderClassName
 {
   color: #3F386E;
 }
 .AnyTagClassName
 {
   color: #3F386E;
 }
</style>
background-color css

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

 a { background-color: rgb(63,56,110); }

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

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

 span { border-color: rgb(63,56,110); }

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