#3F3A65

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

Shades of Minsk #3F3A65

Tints of Minsk #3F3A65

Color information

#3F3A65 (or 0x3F3A65) is unknown color: approx Minsk. HEX triplet: 3F, 3A and 65. RGB value is (63,58,101). Sum of RGB (Red+Green+Blue) = 63+58+101=222 (29% of max value = 765). Red value is 63 (25% from 255 or 28.38% from 222); Green value is 58 (23.05% from 255 or 26.13% from 222); Blue value is 101 (39.84% from 255 or 45.50% from 222); Max value from RGB is 101 - color contains mainly: blue. Hex color #3F3A65 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F3A65 is #C0C59A. Grayscale: #404040. Windows color (decimal): -12633499 or 6634047. OLE color: 6634047.

HSL color Cylindrical-coordinate representation of color #3F3A65: hue angle of 246.98º degrees, saturation: 0.27, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #3F3A65 is Cyan = 0.38, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB6358101-
CMYK0.380.4300.60
HSL246.98º27.04%31.18%-
HSV(B)246.98º42.57%39.61%-
XYZ5.915.0212.97-
YUV64.4148.66127-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 28.38%
GREEN value IS 58 (23.05% from 255) = 26.13%
BLUE value IS 101 (39.84% from 255) = 45.50%
R=28.38%
G=26.13%
B=45.50%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal63581010.380.4300.60246.9827.0431.18
Hex3F3A65262B03Cf71b1f
Octal777214546530743673337
Binary11111111101011001011001101010110111100111101111101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F3A65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,58,101); }

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

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

 a { background-color: rgb(63,58,101); }

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

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

 span { border-color: rgb(63,58,101); }

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