Html Css Color HEX #403675 Minsk

📋 copy color: '#403675'

red 64 ◦ green 54 ◦ blue 117

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

Shades of Minsk #403675

Tints of Minsk #403675

RGB

 RED value IS 64 (25.39% from 255) = 27.23%

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

 BLUE value IS 117 (46.09% from 255) = 49.79%

R = 27.23%
G = 22.98%
B = 49.79%

CMYK

 C value IS 0.45

 M value IS 0.54

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#403675 (or 0x403675) is known color: Minsk. HEX triplet: 40, 36 and 75. RGB value is (64,54,117). Sum of RGB (Red+Green+Blue) = 64+54+117=235 (31% of max value = 765). Red value is 64 (25.39% from 255 or 27.23% from 235); Green value is 54 (21.48% from 255 or 22.98% from 235); Blue value is 117 (46.09% from 255 or 49.79% from 235); Max value from RGB is 117 - color contains mainly: blue. Hex color #403675 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #403675 is #BFC98A. Grayscale: #3F3F3F. Windows color (decimal): -12568971 or 7681600. OLE color: 7681600.

HSL color Cylindrical-coordinate representation of color #403675: hue angle of 249.52º degrees, saturation: 0.37, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #403675 is Cyan = 0.45, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 64 54 117 -
CMYK 0.45 0.54 0 0.54
HSL 249.52º 0.37% 0.34% -
HSV(B) 249.52º 0.54% 0.46% -
XYZ 6.64 5.01 17.45 -
YUV 64.17 157.81 127.88 -
System Red Green Blue C M Y K H S L
Decimal 64 54 117 0.45 0.54 0 0.54 249.52 0.37 0.34
Hex 40 36 75 2D 36 0 36 FA 25 22
Octal 100 66 165 55 66 0 66 372 45 42
Binary 1000000 110110 1110101 101101 110110 0 110110 11111010 100101 100010

Color Harmonies of #403675

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #403675

Black with #403675

Text Example


Text Example

White with #403675

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #403675; }

 p { color: rgb(64,54,117); }

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

background-color css

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

 a { background-color: rgb(64,54,117); }

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

border-color css

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

 span { border-color: rgb(64,54,117); }

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