#3B2F6C

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

Shades of Minsk #3B2F6C

Tints of Minsk #3B2F6C

Color information

#3B2F6C (or 0x3B2F6C) is unknown color: approx Minsk. HEX triplet: 3B, 2F and 6C. RGB value is (59,47,108). Sum of RGB (Red+Green+Blue) = 59+47+108=214 (28% of max value = 765). Red value is 59 (23.44% from 255 or 27.57% from 214); Green value is 47 (18.75% from 255 or 21.96% from 214); Blue value is 108 (42.58% from 255 or 50.47% from 214); Max value from RGB is 108 - color contains mainly: blue. Hex color #3B2F6C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3B2F6C is #C4D093. Grayscale: #393939. Windows color (decimal): -12898452 or 7089979. OLE color: 7089979.

HSL color Cylindrical-coordinate representation of color #3B2F6C: hue angle of 251.8º degrees, saturation: 0.39, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #3B2F6C is Cyan = 0.45, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB5947108-
CMYK0.450.5600.58
HSL251.8º39.35%30.39%-
HSV(B)251.8º56.48%42.35%-
XYZ5.534.0514.68-
YUV57.54156.48129.04-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 27.57%
GREEN value IS 47 (18.75% from 255) = 21.96%
BLUE value IS 108 (42.58% from 255) = 50.47%
R=27.57%
G=21.96%
B=50.47%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal59471080.450.5600.58251.839.3530.39
Hex3B2F6C2D3803Afc271e
Octal735715455700723744736
Binary111011101111110110010110111100001110101111110010011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B2F6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,47,108); }

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

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

 a { background-color: rgb(59,47,108); }

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

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

 span { border-color: rgb(59,47,108); }

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