Html Css Color HEX #403662 Minsk

📋 copy color: '#403662'

red 64 ◦ green 54 ◦ blue 98

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

Shades of Minsk #403662

Tints of Minsk #403662

RGB

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

 GREEN value IS 54 (21.48% from 255) = 25%

 BLUE value IS 98 (38.67% from 255) = 45.37%

R = 29.63%
G = 25%
B = 45.37%

CMYK

 C value IS 0.35

 M value IS 0.45

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#403662 (or 0x403662) is known color: Minsk. HEX triplet: 40, 36 and 62. RGB value is (64,54,98). Sum of RGB (Red+Green+Blue) = 64+54+98=216 (28% of max value = 765). Red value is 64 (25.39% from 255 or 29.63% from 216); Green value is 54 (21.48% from 255 or 25% from 216); Blue value is 98 (38.67% from 255 or 45.37% from 216); Max value from RGB is 98 - color contains mainly: blue. Hex color #403662 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #403662 is #BFC99D. Grayscale: #3D3D3D. Windows color (decimal): -12568990 or 6436416. OLE color: 6436416.

HSL color Cylindrical-coordinate representation of color #403662: hue angle of 253.64º degrees, saturation: 0.29, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #403662 is Cyan = 0.35, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 64 54 98 -
CMYK 0.35 0.45 0 0.62
HSL 253.64º 0.29% 0.3% -
HSV(B) 253.64º 0.45% 0.38% -
XYZ 5.64 4.61 12.15 -
YUV 62.01 148.31 129.42 -
System Red Green Blue C M Y K H S L
Decimal 64 54 98 0.35 0.45 0 0.62 253.64 0.29 0.3
Hex 40 36 62 23 2D 0 3E FE 1D 1E
Octal 100 66 142 43 55 0 76 376 35 36
Binary 1000000 110110 1100010 100011 101101 0 111110 11111110 11101 11110

Color Harmonies of #403662

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #403662

Black with #403662

Text Example


Text Example

White with #403662

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #403662; }

 p { color: rgb(64,54,98); }

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

background-color css

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

 a { background-color: rgb(64,54,98); }

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

border-color css

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

 span { border-color: rgb(64,54,98); }

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