Html Css Color HEX #3D286D Minsk

📋 copy color: '#3D286D'

red 61 ◦ green 40 ◦ blue 109

#3D286D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Minsk #3D286D

Tints of Minsk #3D286D

RGB

 RED value IS 61 (24.22% from 255) = 29.05%

 GREEN value IS 40 (16.02% from 255) = 19.05%

 BLUE value IS 109 (42.97% from 255) = 51.9%

R = 29.05%
G = 19.05%
B = 51.9%

CMYK

 C value IS 0.44

 M value IS 0.63

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#3D286D (or 0x3D286D) is known color: Minsk. HEX triplet: 3D, 28 and 6D. RGB value is (61,40,109). Sum of RGB (Red+Green+Blue) = 61+40+109=210 (27% of max value = 765). Red value is 61 (24.22% from 255 or 29.05% from 210); Green value is 40 (16.02% from 255 or 19.05% from 210); Blue value is 109 (42.97% from 255 or 51.90% from 210); Max value from RGB is 109 - color contains mainly: blue. Hex color #3D286D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3D286D is #C2D792. Grayscale: #353535. Windows color (decimal): -12769171 or 7153725. OLE color: 7153725.

HSL color Cylindrical-coordinate representation of color #3D286D: hue angle of 258.26º degrees, saturation: 0.46, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #3D286D is Cyan = 0.44, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 61 40 109 -
CMYK 0.44 0.63 0 0.57
HSL 258.26º 0.46% 0.29% -
HSV(B) 258.26º 0.63% 0.43% -
XYZ 5.44 3.61 14.88 -
YUV 54.15 158.96 132.89 -
System Red Green Blue C M Y K H S L
Decimal 61 40 109 0.44 0.63 0 0.57 258.26 0.46 0.29
Hex 3D 28 6D 2C 3F 0 39 102 2E 1D
Octal 75 50 155 54 77 0 71 402 56 35
Binary 111101 101000 1101101 101100 111111 0 111001 100000010 101110 11101

Color Harmonies of #3D286D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D286D

Black with #3D286D

Text Example


Text Example

White with #3D286D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,40,109); }

 H1.HeaderClassName
 {
   color: #3D286D;
 }
 .AnyTagClassName
 {
   color: #3D286D;
 }
</style>

background-color css

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

 a { background-color: rgb(61,40,109); }

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

border-color css

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

 span { border-color: rgb(61,40,109); }

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