Html Css Color HEX #3D3768 Minsk

📋 copy color: '#3D3768'

red 61 ◦ green 55 ◦ blue 104

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

Shades of Minsk #3D3768

Tints of Minsk #3D3768

RGB

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

 GREEN value IS 55 (21.88% from 255) = 25%

 BLUE value IS 104 (41.02% from 255) = 47.27%

R = 27.73%
G = 25%
B = 47.27%

CMYK

 C value IS 0.41

 M value IS 0.47

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#3D3768 (or 0x3D3768) is known color: Minsk. HEX triplet: 3D, 37 and 68. RGB value is (61,55,104). Sum of RGB (Red+Green+Blue) = 61+55+104=220 (29% of max value = 765). Red value is 61 (24.22% from 255 or 27.73% from 220); Green value is 55 (21.88% from 255 or 25% from 220); Blue value is 104 (41.02% from 255 or 47.27% from 220); Max value from RGB is 104 - color contains mainly: blue. Hex color #3D3768 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3D3768 is #C2C897. Grayscale: #3E3E3E. Windows color (decimal): -12765336 or 6829885. OLE color: 6829885.

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

Color convert

RGB 61 55 104 -
CMYK 0.41 0.47 0 0.59
HSL 247.35º 0.31% 0.31% -
HSV(B) 247.35º 0.47% 0.41% -
XYZ 5.79 4.72 13.7 -
YUV 62.38 151.49 127.02 -
System Red Green Blue C M Y K H S L
Decimal 61 55 104 0.41 0.47 0 0.59 247.35 0.31 0.31
Hex 3D 37 68 29 2F 0 3B F7 1F 1F
Octal 75 67 150 51 57 0 73 367 37 37
Binary 111101 110111 1101000 101001 101111 0 111011 11110111 11111 11111

Color Harmonies of #3D3768

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D3768

Black with #3D3768

Text Example


Text Example

White with #3D3768

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,55,104); }

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

background-color css

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

 a { background-color: rgb(61,55,104); }

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

border-color css

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

 span { border-color: rgb(61,55,104); }

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