#3B3072

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

Shades of Minsk #3B3072

Tints of Minsk #3B3072

Color information

#3B3072 (or 0x3B3072) is unknown color: approx Minsk. HEX triplet: 3B, 30 and 72. RGB value is (59,48,114). Sum of RGB (Red+Green+Blue) = 59+48+114=221 (29% of max value = 765). Red value is 59 (23.44% from 255 or 26.70% from 221); Green value is 48 (19.14% from 255 or 21.72% from 221); Blue value is 114 (44.92% from 255 or 51.58% from 221); Max value from RGB is 114 - color contains mainly: blue. Hex color #3B3072 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3B3072 is #C4CF8D. Grayscale: #3A3A3A. Windows color (decimal): -12898190 or 7483451. OLE color: 7483451.

HSL color Cylindrical-coordinate representation of color #3B3072: hue angle of 250º degrees, saturation: 0.41, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #3B3072 is Cyan = 0.48, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB5948114-
CMYK0.480.5800.55
HSL250º40.74%31.76%-
HSV(B)250º57.89%44.71%-
XYZ5.94.2616.43-
YUV58.81159.14128.13-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 26.70%
GREEN value IS 48 (19.14% from 255) = 21.72%
BLUE value IS 114 (44.92% from 255) = 51.58%
R=26.70%
G=21.72%
B=51.58%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal59481140.480.5800.5525040.7431.76
Hex3B3072303A037fa2920
Octal736016260720673725140
Binary1110111100001110010110000111010011011111111010101001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B3072

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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