#3D3862

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

Shades of Minsk #3D3862

Tints of Minsk #3D3862

Color information

#3D3862 (or 0x3D3862) is unknown color: approx Minsk. HEX triplet: 3D, 38 and 62. RGB value is (61,56,98). Sum of RGB (Red+Green+Blue) = 61+56+98=215 (28% of max value = 765). Red value is 61 (24.22% from 255 or 28.37% from 215); Green value is 56 (22.27% from 255 or 26.05% from 215); Blue value is 98 (38.67% from 255 or 45.58% from 215); Max value from RGB is 98 - color contains mainly: blue. Hex color #3D3862 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3D3862 is #C2C79D. Grayscale: #3E3E3E. Windows color (decimal): -12765086 or 6436925. OLE color: 6436925.

HSL color Cylindrical-coordinate representation of color #3D3862: hue angle of 247.14º degrees, saturation: 0.27, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #3D3862 is Cyan = 0.38, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB615698-
CMYK0.380.4300.62
HSL247.14º27.27%30.2%-
HSV(B)247.14º42.86%38.43%-
XYZ5.544.712.17-
YUV62.28148.16127.08-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 28.37%
GREEN value IS 56 (22.27% from 255) = 26.05%
BLUE value IS 98 (38.67% from 255) = 45.58%
R=28.37%
G=26.05%
B=45.58%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6156980.380.4300.62247.1427.2730.2
Hex3D3862262B03Ef71b1e
Octal757014246530763673336
Binary11110111100011000101001101010110111110111101111101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D3862

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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