#3C3377

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

Shades of Minsk #3C3377

Tints of Minsk #3C3377

Color information

#3C3377 (or 0x3C3377) is unknown color: approx Minsk. HEX triplet: 3C, 33 and 77. RGB value is (60,51,119). Sum of RGB (Red+Green+Blue) = 60+51+119=230 (30% of max value = 765). Red value is 60 (23.83% from 255 or 26.09% from 230); Green value is 51 (20.31% from 255 or 22.17% from 230); Blue value is 119 (46.88% from 255 or 51.74% from 230); Max value from RGB is 119 - color contains mainly: blue. Hex color #3C3377 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3C3377 is #C3CC88. Grayscale: #3D3D3D. Windows color (decimal): -12831881 or 7811900. OLE color: 7811900.

HSL color Cylindrical-coordinate representation of color #3C3377: hue angle of 247.94º degrees, saturation: 0.4, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #3C3377 is Cyan = 0.50, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB6051119-
CMYK0.500.5700.53
HSL247.94º40%33.33%-
HSV(B)247.94º57.14%46.67%-
XYZ6.384.6618.02-
YUV61.44160.48126.97-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 26.09%
GREEN value IS 51 (20.31% from 255) = 22.17%
BLUE value IS 119 (46.88% from 255) = 51.74%
R=26.09%
G=22.17%
B=51.74%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal60511190.500.5700.53247.944033.33
Hex3C33773239035f82821
Octal746316762710653705041
Binary1111001100111110111110010111001011010111111000101000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C3377

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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