Html Css Color HEX #40386F Minsk

📋 copy color: '#40386F'

red 64 ◦ green 56 ◦ blue 111

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

Shades of Minsk #40386F

Tints of Minsk #40386F

RGB

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

 GREEN value IS 56 (22.27% from 255) = 24.24%

 BLUE value IS 111 (43.75% from 255) = 48.05%

R = 27.71%
G = 24.24%
B = 48.05%

CMYK

 C value IS 0.42

 M value IS 0.50

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#40386F (or 0x40386F) is known color: Minsk. HEX triplet: 40, 38 and 6F. RGB value is (64,56,111). Sum of RGB (Red+Green+Blue) = 64+56+111=231 (30% of max value = 765). Red value is 64 (25.39% from 255 or 27.71% from 231); Green value is 56 (22.27% from 255 or 24.24% from 231); Blue value is 111 (43.75% from 255 or 48.05% from 231); Max value from RGB is 111 - color contains mainly: blue. Hex color #40386F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #40386F is #BFC790. Grayscale: #404040. Windows color (decimal): -12568465 or 7288896. OLE color: 7288896.

HSL color Cylindrical-coordinate representation of color #40386F: hue angle of 248.73º degrees, saturation: 0.33, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #40386F is Cyan = 0.42, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 64 56 111 -
CMYK 0.42 0.50 0 0.56
HSL 248.73º 0.33% 0.33% -
HSV(B) 248.73º 0.5% 0.44% -
XYZ 6.4 5.07 15.68 -
YUV 64.66 154.15 127.53 -
System Red Green Blue C M Y K H S L
Decimal 64 56 111 0.42 0.50 0 0.56 248.73 0.33 0.33
Hex 40 38 6F 2A 32 0 38 F9 21 21
Octal 100 70 157 52 62 0 70 371 41 41
Binary 1000000 111000 1101111 101010 110010 0 111000 11111001 100001 100001

Color Harmonies of #40386F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40386F

Black with #40386F

Text Example


Text Example

White with #40386F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #40386F; }

 p { color: rgb(64,56,111); }

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

background-color css

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

 a { background-color: rgb(64,56,111); }

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

border-color css

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

 span { border-color: rgb(64,56,111); }

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