Html Css Color HEX #403064 Minsk

📋 copy color: '#403064'

red 64 ◦ green 48 ◦ blue 100

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

Shades of Minsk #403064

Tints of Minsk #403064

RGB

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

 GREEN value IS 48 (19.14% from 255) = 22.64%

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

R = 30.19%
G = 22.64%
B = 47.17%

CMYK

 C value IS 0.36

 M value IS 0.52

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#403064 (or 0x403064) is known color: Minsk. HEX triplet: 40, 30 and 64. RGB value is (64,48,100). Sum of RGB (Red+Green+Blue) = 64+48+100=212 (28% of max value = 765). Red value is 64 (25.39% from 255 or 30.19% from 212); Green value is 48 (19.14% from 255 or 22.64% from 212); Blue value is 100 (39.45% from 255 or 47.17% from 212); Max value from RGB is 100 - color contains mainly: blue. Hex color #403064 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #403064 is #BFCF9B. Grayscale: #3A3A3A. Windows color (decimal): -12570524 or 6565952. OLE color: 6565952.

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

Color convert

RGB 64 48 100 -
CMYK 0.36 0.52 0 0.61
HSL 258.46º 0.35% 0.29% -
HSV(B) 258.46º 0.52% 0.39% -
XYZ 5.47 4.12 12.56 -
YUV 58.71 151.3 131.77 -
System Red Green Blue C M Y K H S L
Decimal 64 48 100 0.36 0.52 0 0.61 258.46 0.35 0.29
Hex 40 30 64 24 34 0 3D 102 23 1D
Octal 100 60 144 44 64 0 75 402 43 35
Binary 1000000 110000 1100100 100100 110100 0 111101 100000010 100011 11101

Color Harmonies of #403064

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #403064

Black with #403064

Text Example


Text Example

White with #403064

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #403064; }

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

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

background-color css

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

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

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

border-color css

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

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

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