Html Css Color HEX #403672 Minsk

📋 copy color: '#403672'

red 64 ◦ green 54 ◦ blue 114

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

Shades of Minsk #403672

Tints of Minsk #403672

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 49.14%

R = 27.59%
G = 23.28%
B = 49.14%

CMYK

 C value IS 0.44

 M value IS 0.53

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#403672 (or 0x403672) is known color: Minsk. HEX triplet: 40, 36 and 72. RGB value is (64,54,114). Sum of RGB (Red+Green+Blue) = 64+54+114=232 (30% of max value = 765). Red value is 64 (25.39% from 255 or 27.59% from 232); Green value is 54 (21.48% from 255 or 23.28% from 232); Blue value is 114 (44.92% from 255 or 49.14% from 232); Max value from RGB is 114 - color contains mainly: blue. Hex color #403672 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #403672 is #BFC98D. Grayscale: #3F3F3F. Windows color (decimal): -12568974 or 7484992. OLE color: 7484992.

HSL color Cylindrical-coordinate representation of color #403672: hue angle of 250º degrees, saturation: 0.36, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #403672 is Cyan = 0.44, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 64 54 114 -
CMYK 0.44 0.53 0 0.55
HSL 250º 0.36% 0.33% -
HSV(B) 250º 0.53% 0.45% -
XYZ 6.47 4.94 16.53 -
YUV 63.83 156.31 128.12 -
System Red Green Blue C M Y K H S L
Decimal 64 54 114 0.44 0.53 0 0.55 250 0.36 0.33
Hex 40 36 72 2C 35 0 37 FA 24 21
Octal 100 66 162 54 65 0 67 372 44 41
Binary 1000000 110110 1110010 101100 110101 0 110111 11111010 100100 100001

Color Harmonies of #403672

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #403672

Black with #403672

Text Example


Text Example

White with #403672

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #403672; }

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

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

background-color css

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

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

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

border-color css

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

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

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