Html Css Color HEX #40366D Minsk

📋 copy color: '#40366D'

red 64 ◦ green 54 ◦ blue 109

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

Shades of Minsk #40366D

Tints of Minsk #40366D

RGB

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

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

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

R = 28.19%
G = 23.79%
B = 48.02%

CMYK

 C value IS 0.41

 M value IS 0.50

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#40366D (or 0x40366D) is known color: Minsk. HEX triplet: 40, 36 and 6D. RGB value is (64,54,109). Sum of RGB (Red+Green+Blue) = 64+54+109=227 (30% of max value = 765). Red value is 64 (25.39% from 255 or 28.19% from 227); Green value is 54 (21.48% from 255 or 23.79% from 227); Blue value is 109 (42.97% from 255 or 48.02% from 227); Max value from RGB is 109 - color contains mainly: blue. Hex color #40366D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #40366D is #BFC992. Grayscale: #3F3F3F. Windows color (decimal): -12568979 or 7157312. OLE color: 7157312.

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

Color convert

RGB 64 54 109 -
CMYK 0.41 0.50 0 0.57
HSL 250.91º 0.34% 0.32% -
HSV(B) 250.91º 0.5% 0.43% -
XYZ 6.19 4.83 15.07 -
YUV 63.26 153.81 128.53 -
System Red Green Blue C M Y K H S L
Decimal 64 54 109 0.41 0.50 0 0.57 250.91 0.34 0.32
Hex 40 36 6D 29 32 0 39 FB 22 20
Octal 100 66 155 51 62 0 71 373 42 40
Binary 1000000 110110 1101101 101001 110010 0 111001 11111011 100010 100000

Color Harmonies of #40366D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40366D

Black with #40366D

Text Example


Text Example

White with #40366D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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