#3C2968

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

Shades of Minsk #3C2968

Tints of Minsk #3C2968

Color information

#3C2968 (or 0x3C2968) is unknown color: approx Minsk. HEX triplet: 3C, 29 and 68. RGB value is (60,41,104). Sum of RGB (Red+Green+Blue) = 60+41+104=205 (27% of max value = 765). Red value is 60 (23.83% from 255 or 29.27% from 205); Green value is 41 (16.41% from 255 or 20% from 205); Blue value is 104 (41.02% from 255 or 50.73% from 205); Max value from RGB is 104 - color contains mainly: blue. Hex color #3C2968 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3C2968 is #C3D697. Grayscale: #353535. Windows color (decimal): -12834456 or 6826300. OLE color: 6826300.

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

Color convert

RGB6041104-
CMYK0.420.6100.59
HSL258.1º43.45%28.43%-
HSV(B)258.1º60.58%40.78%-
XYZ5.163.5513.51-
YUV53.86156.29132.38-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 29.27%
GREEN value IS 41 (16.41% from 255) = 20%
BLUE value IS 104 (41.02% from 255) = 50.73%
R=29.27%
G=20%
B=50.73%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal60411040.420.6100.59258.143.4528.43
Hex3C29682A3D03B1022b1c
Octal745115052750734025334
Binary1111001010011101000101010111101011101110000001010101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C2968

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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