Html Css Color HEX #3D376E Minsk

📋 copy color: '#3D376E'

red 61 ◦ green 55 ◦ blue 110

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

Shades of Minsk #3D376E

Tints of Minsk #3D376E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 48.67%

R = 26.99%
G = 24.34%
B = 48.67%

CMYK

 C value IS 0.45

 M value IS 0.5

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#3D376E (or 0x3D376E) is known color: Minsk. HEX triplet: 3D, 37 and 6E. RGB value is (61,55,110). Sum of RGB (Red+Green+Blue) = 61+55+110=226 (29% of max value = 765). Red value is 61 (24.22% from 255 or 26.99% from 226); Green value is 55 (21.88% from 255 or 24.34% from 226); Blue value is 110 (43.36% from 255 or 48.67% from 226); Max value from RGB is 110 - color contains mainly: blue. Hex color #3D376E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3D376E is #C2C891. Grayscale: #3E3E3E. Windows color (decimal): -12765330 or 7223101. OLE color: 7223101.

HSL color Cylindrical-coordinate representation of color #3D376E: hue angle of 246.55º degrees, saturation: 0.33, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #3D376E is Cyan = 0.45, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 61 55 110 -
CMYK 0.45 0.5 0 0.57
HSL 246.55º 0.33% 0.32% -
HSV(B) 246.55º 0.5% 0.43% -
XYZ 6.11 4.85 15.37 -
YUV 63.06 154.49 126.53 -
System Red Green Blue C M Y K H S L
Decimal 61 55 110 0.45 0.5 0 0.57 246.55 0.33 0.32
Hex 3D 37 6E 2D 32 0 39 F7 21 20
Octal 75 67 156 55 62 0 71 367 41 40
Binary 111101 110111 1101110 101101 110010 0 111001 11110111 100001 100000

Color Harmonies of #3D376E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D376E

Black with #3D376E

Text Example


Text Example

White with #3D376E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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