Html Css Color HEX #403677 Minsk

📋 copy color: '#403677'

red 64 ◦ green 54 ◦ blue 119

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

Shades of Minsk #403677

Tints of Minsk #403677

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 50.21%

R = 27%
G = 22.78%
B = 50.21%

CMYK

 C value IS 0.46

 M value IS 0.55

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#403677 (or 0x403677) is known color: Minsk. HEX triplet: 40, 36 and 77. RGB value is (64,54,119). Sum of RGB (Red+Green+Blue) = 64+54+119=237 (31% of max value = 765). Red value is 64 (25.39% from 255 or 27.00% from 237); Green value is 54 (21.48% from 255 or 22.78% from 237); Blue value is 119 (46.88% from 255 or 50.21% from 237); Max value from RGB is 119 - color contains mainly: blue. Hex color #403677 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #403677 is #BFC988. Grayscale: #404040. Windows color (decimal): -12568969 or 7812672. OLE color: 7812672.

HSL color Cylindrical-coordinate representation of color #403677: hue angle of 249.23º degrees, saturation: 0.38, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #403677 is Cyan = 0.46, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 64 54 119 -
CMYK 0.46 0.55 0 0.53
HSL 249.23º 0.38% 0.34% -
HSV(B) 249.23º 0.55% 0.47% -
XYZ 6.76 5.06 18.07 -
YUV 64.4 158.81 127.71 -
System Red Green Blue C M Y K H S L
Decimal 64 54 119 0.46 0.55 0 0.53 249.23 0.38 0.34
Hex 40 36 77 2E 37 0 35 F9 26 22
Octal 100 66 167 56 67 0 65 371 46 42
Binary 1000000 110110 1110111 101110 110111 0 110101 11111001 100110 100010

Color Harmonies of #403677

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #403677

Black with #403677

Text Example


Text Example

White with #403677

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #403677; }

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

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

background-color css

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

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

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

border-color css

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

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

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