Html Css Color HEX #403674 Minsk

📋 copy color: '#403674'

red 64 ◦ green 54 ◦ blue 116

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

Shades of Minsk #403674

Tints of Minsk #403674

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 49.57%

R = 27.35%
G = 23.08%
B = 49.57%

CMYK

 C value IS 0.45

 M value IS 0.53

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#403674 (or 0x403674) is known color: Minsk. HEX triplet: 40, 36 and 74. RGB value is (64,54,116). Sum of RGB (Red+Green+Blue) = 64+54+116=234 (30% of max value = 765). Red value is 64 (25.39% from 255 or 27.35% from 234); Green value is 54 (21.48% from 255 or 23.08% from 234); Blue value is 116 (45.70% from 255 or 49.57% from 234); Max value from RGB is 116 - color contains mainly: blue. Hex color #403674 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #403674 is #BFC98B. Grayscale: #3F3F3F. Windows color (decimal): -12568972 or 7616064. OLE color: 7616064.

HSL color Cylindrical-coordinate representation of color #403674: hue angle of 249.68º degrees, saturation: 0.36, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #403674 is Cyan = 0.45, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 64 54 116 -
CMYK 0.45 0.53 0 0.55
HSL 249.68º 0.36% 0.33% -
HSV(B) 249.68º 0.53% 0.45% -
XYZ 6.59 4.99 17.14 -
YUV 64.06 157.31 127.96 -
System Red Green Blue C M Y K H S L
Decimal 64 54 116 0.45 0.53 0 0.55 249.68 0.36 0.33
Hex 40 36 74 2D 35 0 37 FA 24 21
Octal 100 66 164 55 65 0 67 372 44 41
Binary 1000000 110110 1110100 101101 110101 0 110111 11111010 100100 100001

Color Harmonies of #403674

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #403674

Black with #403674

Text Example


Text Example

White with #403674

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #403674; }

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

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

background-color css

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

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

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

border-color css

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

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

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