#3B3065

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

Shades of Minsk #3B3065

Tints of Minsk #3B3065

Color information

#3B3065 (or 0x3B3065) is unknown color: approx Minsk. HEX triplet: 3B, 30 and 65. RGB value is (59,48,101). Sum of RGB (Red+Green+Blue) = 59+48+101=208 (27% of max value = 765). Red value is 59 (23.44% from 255 or 28.37% from 208); Green value is 48 (19.14% from 255 or 23.08% from 208); Blue value is 101 (39.84% from 255 or 48.56% from 208); Max value from RGB is 101 - color contains mainly: blue. Hex color #3B3065 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3B3065 is #C4CF9A. Grayscale: #393939. Windows color (decimal): -12898203 or 6631483. OLE color: 6631483.

HSL color Cylindrical-coordinate representation of color #3B3065: hue angle of 252.45º degrees, saturation: 0.36, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #3B3065 is Cyan = 0.42, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB5948101-
CMYK0.420.5200.60
HSL252.45º35.57%29.22%-
HSV(B)252.45º52.48%39.61%-
XYZ5.213.9812.81-
YUV57.33152.64129.19-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 28.37%
GREEN value IS 48 (19.14% from 255) = 23.08%
BLUE value IS 101 (39.84% from 255) = 48.56%
R=28.37%
G=23.08%
B=48.56%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal59481010.420.5200.60252.4535.5729.22
Hex3B30652A3403Cfc241d
Octal736014552640743744435
Binary111011110000110010110101011010001111001111110010010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B3065

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,48,101); }

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

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

 a { background-color: rgb(59,48,101); }

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

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

 span { border-color: rgb(59,48,101); }

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