Html Css Color HEX #40356F Minsk

📋 copy color: '#40356F'

red 64 ◦ green 53 ◦ blue 111

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

Shades of Minsk #40356F

Tints of Minsk #40356F

RGB

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

 GREEN value IS 53 (21.09% from 255) = 23.25%

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

R = 28.07%
G = 23.25%
B = 48.68%

CMYK

 C value IS 0.42

 M value IS 0.52

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#40356F (or 0x40356F) is known color: Minsk. HEX triplet: 40, 35 and 6F. RGB value is (64,53,111). Sum of RGB (Red+Green+Blue) = 64+53+111=228 (30% of max value = 765). Red value is 64 (25.39% from 255 or 28.07% from 228); Green value is 53 (21.09% from 255 or 23.25% from 228); Blue value is 111 (43.75% from 255 or 48.68% from 228); Max value from RGB is 111 - color contains mainly: blue. Hex color #40356F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #40356F is #BFCA90. Grayscale: #3E3E3E. Windows color (decimal): -12569233 or 7288128. OLE color: 7288128.

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

Color convert

RGB 64 53 111 -
CMYK 0.42 0.52 0 0.56
HSL 251.38º 0.35% 0.32% -
HSV(B) 251.38º 0.52% 0.44% -
XYZ 6.26 4.78 15.63 -
YUV 62.9 155.14 128.78 -
System Red Green Blue C M Y K H S L
Decimal 64 53 111 0.42 0.52 0 0.56 251.38 0.35 0.32
Hex 40 35 6F 2A 34 0 38 FB 23 20
Octal 100 65 157 52 64 0 70 373 43 40
Binary 1000000 110101 1101111 101010 110100 0 111000 11111011 100011 100000

Color Harmonies of #40356F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40356F

Black with #40356F

Text Example


Text Example

White with #40356F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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