#3D3869

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

Shades of Minsk #3D3869

Tints of Minsk #3D3869

Color information

#3D3869 (or 0x3D3869) is unknown color: approx Minsk. HEX triplet: 3D, 38 and 69. RGB value is (61,56,105). Sum of RGB (Red+Green+Blue) = 61+56+105=222 (29% of max value = 765). Red value is 61 (24.22% from 255 or 27.48% from 222); Green value is 56 (22.27% from 255 or 25.23% from 222); Blue value is 105 (41.41% from 255 or 47.30% from 222); Max value from RGB is 105 - color contains mainly: blue. Hex color #3D3869 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3D3869 is #C2C796. Grayscale: #3E3E3E. Windows color (decimal): -12765079 or 6895677. OLE color: 6895677.

HSL color Cylindrical-coordinate representation of color #3D3869: hue angle of 246.12º degrees, saturation: 0.3, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #3D3869 is Cyan = 0.42, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB6156105-
CMYK0.420.4700.59
HSL246.12º30.43%31.57%-
HSV(B)246.12º46.67%41.18%-
XYZ5.894.8413.99-
YUV63.08151.66126.52-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 27.48%
GREEN value IS 56 (22.27% from 255) = 25.23%
BLUE value IS 105 (41.41% from 255) = 47.30%
R=27.48%
G=25.23%
B=47.30%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal61561050.420.4700.59246.1230.4331.57
Hex3D38692A2F03Bf61e20
Octal757015152570733663640
Binary111101111000110100110101010111101110111111011011110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D3869

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,56,105); }

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

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

 a { background-color: rgb(61,56,105); }

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

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

 span { border-color: rgb(61,56,105); }

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