Html Css Color HEX #40376C Minsk

📋 copy color: '#40376C'

red 64 ◦ green 55 ◦ blue 108

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

Shades of Minsk #40376C

Tints of Minsk #40376C

RGB

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

 GREEN value IS 55 (21.88% from 255) = 24.23%

 BLUE value IS 108 (42.58% from 255) = 47.58%

R = 28.19%
G = 24.23%
B = 47.58%

CMYK

 C value IS 0.41

 M value IS 0.49

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#40376C (or 0x40376C) is known color: Minsk. HEX triplet: 40, 37 and 6C. RGB value is (64,55,108). Sum of RGB (Red+Green+Blue) = 64+55+108=227 (30% of max value = 765). Red value is 64 (25.39% from 255 or 28.19% from 227); Green value is 55 (21.88% from 255 or 24.23% from 227); Blue value is 108 (42.58% from 255 or 47.58% from 227); Max value from RGB is 108 - color contains mainly: blue. Hex color #40376C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #40376C is #BFC893. Grayscale: #3F3F3F. Windows color (decimal): -12568724 or 7092032. OLE color: 7092032.

HSL color Cylindrical-coordinate representation of color #40376C: hue angle of 250.19º degrees, saturation: 0.33, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #40376C is Cyan = 0.41, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 64 55 108 -
CMYK 0.41 0.49 0 0.58
HSL 250.19º 0.33% 0.32% -
HSV(B) 250.19º 0.49% 0.42% -
XYZ 6.19 4.91 14.81 -
YUV 63.73 152.98 128.19 -
System Red Green Blue C M Y K H S L
Decimal 64 55 108 0.41 0.49 0 0.58 250.19 0.33 0.32
Hex 40 37 6C 29 31 0 3A FA 21 20
Octal 100 67 154 51 61 0 72 372 41 40
Binary 1000000 110111 1101100 101001 110001 0 111010 11111010 100001 100000

Color Harmonies of #40376C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40376C

Black with #40376C

Text Example


Text Example

White with #40376C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #40376C; }

 p { color: rgb(64,55,108); }

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

background-color css

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

 a { background-color: rgb(64,55,108); }

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

border-color css

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

 span { border-color: rgb(64,55,108); }

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