Html Css Color HEX #403864 Minsk

📋 copy color: '#403864'

red 64 ◦ green 56 ◦ blue 100

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

Shades of Minsk #403864

Tints of Minsk #403864

RGB

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

 GREEN value IS 56 (22.27% from 255) = 25.45%

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

R = 29.09%
G = 25.45%
B = 45.45%

CMYK

 C value IS 0.36

 M value IS 0.44

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#403864 (or 0x403864) is known color: Minsk. HEX triplet: 40, 38 and 64. RGB value is (64,56,100). Sum of RGB (Red+Green+Blue) = 64+56+100=220 (29% of max value = 765). Red value is 64 (25.39% from 255 or 29.09% from 220); Green value is 56 (22.27% from 255 or 25.45% from 220); Blue value is 100 (39.45% from 255 or 45.45% from 220); Max value from RGB is 100 - color contains mainly: blue. Hex color #403864 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #403864 is #BFC79B. Grayscale: #3F3F3F. Windows color (decimal): -12568476 or 6568000. OLE color: 6568000.

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

Color convert

RGB 64 56 100 -
CMYK 0.36 0.44 0 0.61
HSL 250.91º 0.28% 0.31% -
HSV(B) 250.91º 0.44% 0.39% -
XYZ 5.83 4.84 12.68 -
YUV 63.41 148.65 128.42 -
System Red Green Blue C M Y K H S L
Decimal 64 56 100 0.36 0.44 0 0.61 250.91 0.28 0.31
Hex 40 38 64 24 2C 0 3D FB 1C 1F
Octal 100 70 144 44 54 0 75 373 34 37
Binary 1000000 111000 1100100 100100 101100 0 111101 11111011 11100 11111

Color Harmonies of #403864

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #403864

Black with #403864

Text Example


Text Example

White with #403864

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #403864; }

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

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

background-color css

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

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

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

border-color css

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

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

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