#3D3066

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

Shades of Minsk #3D3066

Tints of Minsk #3D3066

Color information

#3D3066 (or 0x3D3066) is unknown color: approx Minsk. HEX triplet: 3D, 30 and 66. RGB value is (61,48,102). Sum of RGB (Red+Green+Blue) = 61+48+102=211 (27% of max value = 765). Red value is 61 (24.22% from 255 or 28.91% from 211); Green value is 48 (19.14% from 255 or 22.75% from 211); Blue value is 102 (40.23% from 255 or 48.34% from 211); Max value from RGB is 102 - color contains mainly: blue. Hex color #3D3066 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3D3066 is #C2CF99. Grayscale: #393939. Windows color (decimal): -12767130 or 6697021. OLE color: 6697021.

HSL color Cylindrical-coordinate representation of color #3D3066: hue angle of 254.44º degrees, saturation: 0.36, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #3D3066 is Cyan = 0.40, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB6148102-
CMYK0.400.5300.6
HSL254.44º36%29.41%-
HSV(B)254.44º52.94%40%-
XYZ5.384.0713.07-
YUV58.04152.81130.11-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 28.91%
GREEN value IS 48 (19.14% from 255) = 22.75%
BLUE value IS 102 (40.23% from 255) = 48.34%
R=28.91%
G=22.75%
B=48.34%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal61481020.400.5300.6254.443629.41
Hex3D3066283503Cfe241d
Octal756014650650743764435
Binary111101110000110011010100011010101111001111111010010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D3066

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,48,102); }

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

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

 a { background-color: rgb(61,48,102); }

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

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

 span { border-color: rgb(61,48,102); }

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