Html Css Color HEX #40346D Minsk

📋 copy color: '#40346D'

red 64 ◦ green 52 ◦ blue 109

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

Shades of Minsk #40346D

Tints of Minsk #40346D

RGB

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

 GREEN value IS 52 (20.7% from 255) = 23.11%

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

R = 28.44%
G = 23.11%
B = 48.44%

CMYK

 C value IS 0.41

 M value IS 0.52

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#40346D (or 0x40346D) is known color: Minsk. HEX triplet: 40, 34 and 6D. RGB value is (64,52,109). Sum of RGB (Red+Green+Blue) = 64+52+109=225 (29% of max value = 765). Red value is 64 (25.39% from 255 or 28.44% from 225); Green value is 52 (20.70% from 255 or 23.11% from 225); Blue value is 109 (42.97% from 255 or 48.44% from 225); Max value from RGB is 109 - color contains mainly: blue. Hex color #40346D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #40346D is #BFCB92. Grayscale: #3D3D3D. Windows color (decimal): -12569491 or 7156800. OLE color: 7156800.

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

Color convert

RGB 64 52 109 -
CMYK 0.41 0.52 0 0.57
HSL 252.63º 0.35% 0.32% -
HSV(B) 252.63º 0.52% 0.43% -
XYZ 6.1 4.65 15.04 -
YUV 62.09 154.48 129.37 -
System Red Green Blue C M Y K H S L
Decimal 64 52 109 0.41 0.52 0 0.57 252.63 0.35 0.32
Hex 40 34 6D 29 34 0 39 FD 23 20
Octal 100 64 155 51 64 0 71 375 43 40
Binary 1000000 110100 1101101 101001 110100 0 111001 11111101 100011 100000

Color Harmonies of #40346D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40346D

Black with #40346D

Text Example


Text Example

White with #40346D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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