#3C2D67

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

Shades of Minsk #3C2D67

Tints of Minsk #3C2D67

Color information

#3C2D67 (or 0x3C2D67) is unknown color: approx Minsk. HEX triplet: 3C, 2D and 67. RGB value is (60,45,103). Sum of RGB (Red+Green+Blue) = 60+45+103=208 (27% of max value = 765). Red value is 60 (23.83% from 255 or 28.85% from 208); Green value is 45 (17.97% from 255 or 21.63% from 208); Blue value is 103 (40.62% from 255 or 49.52% from 208); Max value from RGB is 103 - color contains mainly: blue. Hex color #3C2D67 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3C2D67 is #C3D298. Grayscale: #373737. Windows color (decimal): -12833433 or 6761788. OLE color: 6761788.

HSL color Cylindrical-coordinate representation of color #3C2D67: hue angle of 255.52º degrees, saturation: 0.39, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #3C2D67 is Cyan = 0.42, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB6045103-
CMYK0.420.5600.60
HSL255.52º39.19%29.02%-
HSV(B)255.52º56.31%40.39%-
XYZ5.253.8213.29-
YUV56.1154.47130.78-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 28.85%
GREEN value IS 45 (17.97% from 255) = 21.63%
BLUE value IS 103 (40.62% from 255) = 49.52%
R=28.85%
G=21.63%
B=49.52%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal60451030.420.5600.60255.5239.1929.02
Hex3C2D672A3803C100271d
Octal745514752700744004735
Binary1111001011011100111101010111000011110010000000010011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C2D67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,45,103); }

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

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

 a { background-color: rgb(60,45,103); }

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

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

 span { border-color: rgb(60,45,103); }

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