#3C3262

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

Shades of Minsk #3C3262

Tints of Minsk #3C3262

Color information

#3C3262 (or 0x3C3262) is unknown color: approx Minsk. HEX triplet: 3C, 32 and 62. RGB value is (60,50,98). Sum of RGB (Red+Green+Blue) = 60+50+98=208 (27% of max value = 765). Red value is 60 (23.83% from 255 or 28.85% from 208); Green value is 50 (19.92% from 255 or 24.04% from 208); Blue value is 98 (38.67% from 255 or 47.12% from 208); Max value from RGB is 98 - color contains mainly: blue. Hex color #3C3262 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3C3262 is #C3CD9D. Grayscale: #3A3A3A. Windows color (decimal): -12832158 or 6435388. OLE color: 6435388.

HSL color Cylindrical-coordinate representation of color #3C3262: hue angle of 252.5º degrees, saturation: 0.32, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #3C3262 is Cyan = 0.39, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB605098-
CMYK0.390.4900.62
HSL252.5º32.43%29.02%-
HSV(B)252.5º48.98%38.43%-
XYZ5.214.1212.08-
YUV58.46150.31129.1-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 28.85%
GREEN value IS 50 (19.92% from 255) = 24.04%
BLUE value IS 98 (38.67% from 255) = 47.12%
R=28.85%
G=24.04%
B=47.12%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6050980.390.4900.62252.532.4329.02
Hex3C3262273103Efc201d
Octal746214247610763744035
Binary111100110010110001010011111000101111101111110010000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C3262

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,50,98); }

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

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

 a { background-color: rgb(60,50,98); }

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

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

 span { border-color: rgb(60,50,98); }

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