Html Css Color HEX #403664 Minsk

📋 copy color: '#403664'

red 64 ◦ green 54 ◦ blue 100

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

Shades of Minsk #403664

Tints of Minsk #403664

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 45.87%

R = 29.36%
G = 24.77%
B = 45.87%

CMYK

 C value IS 0.36

 M value IS 0.46

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#403664 (or 0x403664) is known color: Minsk. HEX triplet: 40, 36 and 64. RGB value is (64,54,100). Sum of RGB (Red+Green+Blue) = 64+54+100=218 (28% of max value = 765). Red value is 64 (25.39% from 255 or 29.36% from 218); Green value is 54 (21.48% from 255 or 24.77% from 218); Blue value is 100 (39.45% from 255 or 45.87% from 218); Max value from RGB is 100 - color contains mainly: blue. Hex color #403664 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #403664 is #BFC99B. Grayscale: #3E3E3E. Windows color (decimal): -12568988 or 6567488. OLE color: 6567488.

HSL color Cylindrical-coordinate representation of color #403664: hue angle of 253.04º degrees, saturation: 0.3, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #403664 is Cyan = 0.36, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 64 54 100 -
CMYK 0.36 0.46 0 0.61
HSL 253.04º 0.3% 0.3% -
HSV(B) 253.04º 0.46% 0.39% -
XYZ 5.73 4.65 12.65 -
YUV 62.23 149.31 129.26 -
System Red Green Blue C M Y K H S L
Decimal 64 54 100 0.36 0.46 0 0.61 253.04 0.3 0.3
Hex 40 36 64 24 2E 0 3D FD 1E 1E
Octal 100 66 144 44 56 0 75 375 36 36
Binary 1000000 110110 1100100 100100 101110 0 111101 11111101 11110 11110

Color Harmonies of #403664

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #403664

Black with #403664

Text Example


Text Example

White with #403664

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #403664; }

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

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

background-color css

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

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

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

border-color css

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

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

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