Html Css Color HEX #40336F Minsk

📋 copy color: '#40336F'

red 64 ◦ green 51 ◦ blue 111

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

Shades of Minsk #40336F

Tints of Minsk #40336F

RGB

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

 GREEN value IS 51 (20.31% from 255) = 22.57%

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

R = 28.32%
G = 22.57%
B = 49.12%

CMYK

 C value IS 0.42

 M value IS 0.54

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#40336F (or 0x40336F) is known color: Minsk. HEX triplet: 40, 33 and 6F. RGB value is (64,51,111). Sum of RGB (Red+Green+Blue) = 64+51+111=226 (29% of max value = 765). Red value is 64 (25.39% from 255 or 28.32% from 226); Green value is 51 (20.31% from 255 or 22.57% from 226); Blue value is 111 (43.75% from 255 or 49.12% from 226); Max value from RGB is 111 - color contains mainly: blue. Hex color #40336F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #40336F is #BFCC90. Grayscale: #3D3D3D. Windows color (decimal): -12569745 or 7287616. OLE color: 7287616.

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

Color convert

RGB 64 51 111 -
CMYK 0.42 0.54 0 0.56
HSL 253º 0.37% 0.32% -
HSV(B) 253º 0.54% 0.44% -
XYZ 6.17 4.61 15.6 -
YUV 61.73 155.81 129.62 -
System Red Green Blue C M Y K H S L
Decimal 64 51 111 0.42 0.54 0 0.56 253 0.37 0.32
Hex 40 33 6F 2A 36 0 38 FD 25 20
Octal 100 63 157 52 66 0 70 375 45 40
Binary 1000000 110011 1101111 101010 110110 0 111000 11111101 100101 100000

Color Harmonies of #40336F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40336F

Black with #40336F

Text Example


Text Example

White with #40336F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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