#3C3370

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

Shades of Minsk #3C3370

Tints of Minsk #3C3370

Color information

#3C3370 (or 0x3C3370) is unknown color: approx Minsk. HEX triplet: 3C, 33 and 70. RGB value is (60,51,112). Sum of RGB (Red+Green+Blue) = 60+51+112=223 (29% of max value = 765). Red value is 60 (23.83% from 255 or 26.91% from 223); Green value is 51 (20.31% from 255 or 22.87% from 223); Blue value is 112 (44.14% from 255 or 50.22% from 223); Max value from RGB is 112 - color contains mainly: blue. Hex color #3C3370 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3C3370 is #C3CC8F. Grayscale: #3C3C3C. Windows color (decimal): -12831888 or 7353148. OLE color: 7353148.

HSL color Cylindrical-coordinate representation of color #3C3370: hue angle of 248.85º degrees, saturation: 0.37, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #3C3370 is Cyan = 0.46, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB6051112-
CMYK0.460.5400.56
HSL248.85º37.42%31.96%-
HSV(B)248.85º54.46%43.92%-
XYZ5.974.515.88-
YUV60.64156.98127.54-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 26.91%
GREEN value IS 51 (20.31% from 255) = 22.87%
BLUE value IS 112 (44.14% from 255) = 50.22%
R=26.91%
G=22.87%
B=50.22%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal60511120.460.5400.56248.8537.4231.96
Hex3C33702E36038f92520
Octal746316056660703714540
Binary1111001100111110000101110110110011100011111001100101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C3370

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,51,112); }

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

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

 a { background-color: rgb(60,51,112); }

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

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

 span { border-color: rgb(60,51,112); }

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