Html Css Color HEX #3D366F Minsk

📋 copy color: '#3D366F'

red 61 ◦ green 54 ◦ blue 111

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

Shades of Minsk #3D366F

Tints of Minsk #3D366F

RGB

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

 GREEN value IS 54 (21.48% from 255) = 23.89%

 BLUE value IS 111 (43.75% from 255) = 49.12%

R = 26.99%
G = 23.89%
B = 49.12%

CMYK

 C value IS 0.45

 M value IS 0.51

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#3D366F (or 0x3D366F) is known color: Minsk. HEX triplet: 3D, 36 and 6F. RGB value is (61,54,111). Sum of RGB (Red+Green+Blue) = 61+54+111=226 (29% of max value = 765). Red value is 61 (24.22% from 255 or 26.99% from 226); Green value is 54 (21.48% from 255 or 23.89% from 226); Blue value is 111 (43.75% from 255 or 49.12% from 226); Max value from RGB is 111 - color contains mainly: blue. Hex color #3D366F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3D366F is #C2C990. Grayscale: #3E3E3E. Windows color (decimal): -12765585 or 7288381. OLE color: 7288381.

HSL color Cylindrical-coordinate representation of color #3D366F: hue angle of 247.37º degrees, saturation: 0.35, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #3D366F is Cyan = 0.45, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 61 54 111 -
CMYK 0.45 0.51 0 0.56
HSL 247.37º 0.35% 0.32% -
HSV(B) 247.37º 0.51% 0.44% -
XYZ 6.11 4.78 15.64 -
YUV 62.59 155.32 126.87 -
System Red Green Blue C M Y K H S L
Decimal 61 54 111 0.45 0.51 0 0.56 247.37 0.35 0.32
Hex 3D 36 6F 2D 33 0 38 F7 23 20
Octal 75 66 157 55 63 0 70 367 43 40
Binary 111101 110110 1101111 101101 110011 0 111000 11110111 100011 100000

Color Harmonies of #3D366F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D366F

Black with #3D366F

Text Example


Text Example

White with #3D366F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,54,111); }

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

background-color css

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

 a { background-color: rgb(61,54,111); }

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

border-color css

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

 span { border-color: rgb(61,54,111); }

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