Html Css Color HEX #402E68 Minsk

📋 copy color: '#402E68'

red 64 ◦ green 46 ◦ blue 104

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

Shades of Minsk #402E68

Tints of Minsk #402E68

RGB

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

 GREEN value IS 46 (18.36% from 255) = 21.5%

 BLUE value IS 104 (41.02% from 255) = 48.6%

R = 29.91%
G = 21.5%
B = 48.6%

CMYK

 C value IS 0.38

 M value IS 0.56

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#402E68 (or 0x402E68) is known color: Minsk. HEX triplet: 40, 2E and 68. RGB value is (64,46,104). Sum of RGB (Red+Green+Blue) = 64+46+104=214 (28% of max value = 765). Red value is 64 (25.39% from 255 or 29.91% from 214); Green value is 46 (18.36% from 255 or 21.50% from 214); Blue value is 104 (41.02% from 255 or 48.60% from 214); Max value from RGB is 104 - color contains mainly: blue. Hex color #402E68 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #402E68 is #BFD197. Grayscale: #393939. Windows color (decimal): -12571032 or 6827584. OLE color: 6827584.

HSL color Cylindrical-coordinate representation of color #402E68: hue angle of 258.62º degrees, saturation: 0.39, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #402E68 is Cyan = 0.38, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 64 46 104 -
CMYK 0.38 0.56 0 0.59
HSL 258.62º 0.39% 0.29% -
HSV(B) 258.62º 0.56% 0.41% -
XYZ 5.59 4.04 13.58 -
YUV 57.99 153.96 132.28 -
System Red Green Blue C M Y K H S L
Decimal 64 46 104 0.38 0.56 0 0.59 258.62 0.39 0.29
Hex 40 2E 68 26 38 0 3B 103 27 1D
Octal 100 56 150 46 70 0 73 403 47 35
Binary 1000000 101110 1101000 100110 111000 0 111011 100000011 100111 11101

Color Harmonies of #402E68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #402E68

Black with #402E68

Text Example


Text Example

White with #402E68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #402E68; }

 p { color: rgb(64,46,104); }

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

background-color css

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

 a { background-color: rgb(64,46,104); }

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

border-color css

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

 span { border-color: rgb(64,46,104); }

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