Html Css Color HEX #3D286C Minsk

📋 copy color: '#3D286C'

red 61 ◦ green 40 ◦ blue 108

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

Shades of Minsk #3D286C

Tints of Minsk #3D286C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 51.67%

R = 29.19%
G = 19.14%
B = 51.67%

CMYK

 C value IS 0.44

 M value IS 0.63

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#3D286C (or 0x3D286C) is known color: Minsk. HEX triplet: 3D, 28 and 6C. RGB value is (61,40,108). Sum of RGB (Red+Green+Blue) = 61+40+108=209 (27% of max value = 765). Red value is 61 (24.22% from 255 or 29.19% from 209); Green value is 40 (16.02% from 255 or 19.14% from 209); Blue value is 108 (42.58% from 255 or 51.67% from 209); Max value from RGB is 108 - color contains mainly: blue. Hex color #3D286C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3D286C is #C2D793. Grayscale: #353535. Windows color (decimal): -12769172 or 7088189. OLE color: 7088189.

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

Color convert

RGB 61 40 108 -
CMYK 0.44 0.63 0 0.58
HSL 258.53º 0.46% 0.29% -
HSV(B) 258.53º 0.63% 0.42% -
XYZ 5.39 3.59 14.6 -
YUV 54.03 158.46 132.97 -
System Red Green Blue C M Y K H S L
Decimal 61 40 108 0.44 0.63 0 0.58 258.53 0.46 0.29
Hex 3D 28 6C 2C 3F 0 3A 103 2E 1D
Octal 75 50 154 54 77 0 72 403 56 35
Binary 111101 101000 1101100 101100 111111 0 111010 100000011 101110 11101

Color Harmonies of #3D286C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D286C

Black with #3D286C

Text Example


Text Example

White with #3D286C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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