Html Css Color HEX #403663 Minsk

📋 copy color: '#403663'

red 64 ◦ green 54 ◦ blue 99

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

Shades of Minsk #403663

Tints of Minsk #403663

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 45.62%

R = 29.49%
G = 24.88%
B = 45.62%

CMYK

 C value IS 0.35

 M value IS 0.45

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#403663 (or 0x403663) is known color: Minsk. HEX triplet: 40, 36 and 63. RGB value is (64,54,99). Sum of RGB (Red+Green+Blue) = 64+54+99=217 (28% of max value = 765). Red value is 64 (25.39% from 255 or 29.49% from 217); Green value is 54 (21.48% from 255 or 24.88% from 217); Blue value is 99 (39.06% from 255 or 45.62% from 217); Max value from RGB is 99 - color contains mainly: blue. Hex color #403663 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #403663 is #BFC99C. Grayscale: #3D3D3D. Windows color (decimal): -12568989 or 6501952. OLE color: 6501952.

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

Color convert

RGB 64 54 99 -
CMYK 0.35 0.45 0 0.61
HSL 253.33º 0.29% 0.3% -
HSV(B) 253.33º 0.45% 0.39% -
XYZ 5.69 4.63 12.4 -
YUV 62.12 148.81 129.34 -
System Red Green Blue C M Y K H S L
Decimal 64 54 99 0.35 0.45 0 0.61 253.33 0.29 0.3
Hex 40 36 63 23 2D 0 3D FD 1D 1E
Octal 100 66 143 43 55 0 75 375 35 36
Binary 1000000 110110 1100011 100011 101101 0 111101 11111101 11101 11110

Color Harmonies of #403663

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #403663

Black with #403663

Text Example


Text Example

White with #403663

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #403663; }

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

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

background-color css

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

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

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

border-color css

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

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

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