Html Css Color HEX #40346E Minsk

📋 copy color: '#40346E'

red 64 ◦ green 52 ◦ blue 110

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

Shades of Minsk #40346E

Tints of Minsk #40346E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 48.67%

R = 28.32%
G = 23.01%
B = 48.67%

CMYK

 C value IS 0.42

 M value IS 0.53

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#40346E (or 0x40346E) is known color: Minsk. HEX triplet: 40, 34 and 6E. RGB value is (64,52,110). Sum of RGB (Red+Green+Blue) = 64+52+110=226 (29% of max value = 765). Red value is 64 (25.39% from 255 or 28.32% from 226); Green value is 52 (20.70% from 255 or 23.01% from 226); Blue value is 110 (43.36% from 255 or 48.67% from 226); Max value from RGB is 110 - color contains mainly: blue. Hex color #40346E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #40346E is #BFCB91. Grayscale: #3D3D3D. Windows color (decimal): -12569490 or 7222336. OLE color: 7222336.

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

Color convert

RGB 64 52 110 -
CMYK 0.42 0.53 0 0.57
HSL 252.41º 0.36% 0.32% -
HSV(B) 252.41º 0.53% 0.43% -
XYZ 6.16 4.67 15.33 -
YUV 62.2 154.98 129.28 -
System Red Green Blue C M Y K H S L
Decimal 64 52 110 0.42 0.53 0 0.57 252.41 0.36 0.32
Hex 40 34 6E 2A 35 0 39 FC 24 20
Octal 100 64 156 52 65 0 71 374 44 40
Binary 1000000 110100 1101110 101010 110101 0 111001 11111100 100100 100000

Color Harmonies of #40346E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40346E

Black with #40346E

Text Example


Text Example

White with #40346E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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