#3C3768

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

Shades of Minsk #3C3768

Tints of Minsk #3C3768

Color information

#3C3768 (or 0x3C3768) is unknown color: approx Minsk. HEX triplet: 3C, 37 and 68. RGB value is (60,55,104). Sum of RGB (Red+Green+Blue) = 60+55+104=219 (29% of max value = 765). Red value is 60 (23.83% from 255 or 27.40% from 219); Green value is 55 (21.88% from 255 or 25.11% from 219); Blue value is 104 (41.02% from 255 or 47.49% from 219); Max value from RGB is 104 - color contains mainly: blue. Hex color #3C3768 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3C3768 is #C3C897. Grayscale: #3D3D3D. Windows color (decimal): -12830872 or 6829884. OLE color: 6829884.

HSL color Cylindrical-coordinate representation of color #3C3768: hue angle of 246.12º degrees, saturation: 0.31, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #3C3768 is Cyan = 0.42, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB6055104-
CMYK0.420.4700.59
HSL246.12º30.82%31.18%-
HSV(B)246.12º47.12%40.78%-
XYZ5.734.6913.7-
YUV62.08151.66126.52-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 27.40%
GREEN value IS 55 (21.88% from 255) = 25.11%
BLUE value IS 104 (41.02% from 255) = 47.49%
R=27.40%
G=25.11%
B=47.49%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal60551040.420.4700.59246.1230.8231.18
Hex3C37682A2F03Bf61f1f
Octal746715052570733663737
Binary11110011011111010001010101011110111011111101101111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C3768

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,55,104); }

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

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

 a { background-color: rgb(60,55,104); }

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

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

 span { border-color: rgb(60,55,104); }

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