Html Css Color HEX #40356C Minsk

📋 copy color: '#40356C'

red 64 ◦ green 53 ◦ blue 108

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

Shades of Minsk #40356C

Tints of Minsk #40356C

RGB

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

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

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

R = 28.44%
G = 23.56%
B = 48%

CMYK

 C value IS 0.41

 M value IS 0.51

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#40356C (or 0x40356C) is known color: Minsk. HEX triplet: 40, 35 and 6C. RGB value is (64,53,108). Sum of RGB (Red+Green+Blue) = 64+53+108=225 (29% of max value = 765). Red value is 64 (25.39% from 255 or 28.44% from 225); Green value is 53 (21.09% from 255 or 23.56% from 225); Blue value is 108 (42.58% from 255 or 48% from 225); Max value from RGB is 108 - color contains mainly: blue. Hex color #40356C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #40356C is #BFCA93. Grayscale: #3E3E3E. Windows color (decimal): -12569236 or 7091520. OLE color: 7091520.

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

Color convert

RGB 64 53 108 -
CMYK 0.41 0.51 0 0.58
HSL 252º 0.34% 0.32% -
HSV(B) 252º 0.51% 0.42% -
XYZ 6.09 4.72 14.78 -
YUV 62.56 153.64 129.03 -
System Red Green Blue C M Y K H S L
Decimal 64 53 108 0.41 0.51 0 0.58 252 0.34 0.32
Hex 40 35 6C 29 33 0 3A FC 22 20
Octal 100 65 154 51 63 0 72 374 42 40
Binary 1000000 110101 1101100 101001 110011 0 111010 11111100 100010 100000

Color Harmonies of #40356C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40356C

Black with #40356C

Text Example


Text Example

White with #40356C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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