Html Css Color HEX #403668 Minsk

📋 copy color: '#403668'

red 64 ◦ green 54 ◦ blue 104

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

Shades of Minsk #403668

Tints of Minsk #403668

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 46.85%

R = 28.83%
G = 24.32%
B = 46.85%

CMYK

 C value IS 0.38

 M value IS 0.48

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#403668 (or 0x403668) is known color: Minsk. HEX triplet: 40, 36 and 68. RGB value is (64,54,104). Sum of RGB (Red+Green+Blue) = 64+54+104=222 (29% of max value = 765). Red value is 64 (25.39% from 255 or 28.83% from 222); Green value is 54 (21.48% from 255 or 24.32% from 222); Blue value is 104 (41.02% from 255 or 46.85% from 222); Max value from RGB is 104 - color contains mainly: blue. Hex color #403668 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #403668 is #BFC997. Grayscale: #3E3E3E. Windows color (decimal): -12568984 or 6829632. OLE color: 6829632.

HSL color Cylindrical-coordinate representation of color #403668: hue angle of 252º degrees, saturation: 0.32, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #403668 is Cyan = 0.38, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 64 54 104 -
CMYK 0.38 0.48 0 0.59
HSL 252º 0.32% 0.31% -
HSV(B) 252º 0.48% 0.41% -
XYZ 5.93 4.73 13.7 -
YUV 62.69 151.31 128.93 -
System Red Green Blue C M Y K H S L
Decimal 64 54 104 0.38 0.48 0 0.59 252 0.32 0.31
Hex 40 36 68 26 30 0 3B FC 20 1F
Octal 100 66 150 46 60 0 73 374 40 37
Binary 1000000 110110 1101000 100110 110000 0 111011 11111100 100000 11111

Color Harmonies of #403668

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #403668

Black with #403668

Text Example


Text Example

White with #403668

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #403668; }

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

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

background-color css

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

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

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

border-color css

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

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

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