Html Css Color HEX #40356D Minsk

📋 copy color: '#40356D'

red 64 ◦ green 53 ◦ blue 109

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

Shades of Minsk #40356D

Tints of Minsk #40356D

RGB

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

 GREEN value IS 53 (21.09% from 255) = 23.45%

 BLUE value IS 109 (42.97% from 255) = 48.23%

R = 28.32%
G = 23.45%
B = 48.23%

CMYK

 C value IS 0.41

 M value IS 0.51

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#40356D (or 0x40356D) is known color: Minsk. HEX triplet: 40, 35 and 6D. RGB value is (64,53,109). Sum of RGB (Red+Green+Blue) = 64+53+109=226 (29% of max value = 765). Red value is 64 (25.39% from 255 or 28.32% from 226); Green value is 53 (21.09% from 255 or 23.45% from 226); Blue value is 109 (42.97% from 255 or 48.23% from 226); Max value from RGB is 109 - color contains mainly: blue. Hex color #40356D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #40356D is #BFCA92. Grayscale: #3E3E3E. Windows color (decimal): -12569235 or 7157056. OLE color: 7157056.

HSL color Cylindrical-coordinate representation of color #40356D: hue angle of 251.79º degrees, saturation: 0.35, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #40356D is Cyan = 0.41, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 64 53 109 -
CMYK 0.41 0.51 0 0.57
HSL 251.79º 0.35% 0.32% -
HSV(B) 251.79º 0.51% 0.43% -
XYZ 6.15 4.74 15.06 -
YUV 62.67 154.14 128.95 -
System Red Green Blue C M Y K H S L
Decimal 64 53 109 0.41 0.51 0 0.57 251.79 0.35 0.32
Hex 40 35 6D 29 33 0 39 FC 23 20
Octal 100 65 155 51 63 0 71 374 43 40
Binary 1000000 110101 1101101 101001 110011 0 111001 11111100 100011 100000

Color Harmonies of #40356D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40356D

Black with #40356D

Text Example


Text Example

White with #40356D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #40356D; }

 p { color: rgb(64,53,109); }

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

background-color css

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

 a { background-color: rgb(64,53,109); }

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

border-color css

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

 span { border-color: rgb(64,53,109); }

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