Html Css Color HEX #403562 Minsk

📋 copy color: '#403562'

red 64 ◦ green 53 ◦ blue 98

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

Shades of Minsk #403562

Tints of Minsk #403562

RGB

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

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

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

R = 29.77%
G = 24.65%
B = 45.58%

CMYK

 C value IS 0.35

 M value IS 0.46

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#403562 (or 0x403562) is known color: Minsk. HEX triplet: 40, 35 and 62. RGB value is (64,53,98). Sum of RGB (Red+Green+Blue) = 64+53+98=215 (28% of max value = 765). Red value is 64 (25.39% from 255 or 29.77% from 215); Green value is 53 (21.09% from 255 or 24.65% from 215); Blue value is 98 (38.67% from 255 or 45.58% from 215); Max value from RGB is 98 - color contains mainly: blue. Hex color #403562 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #403562 is #BFCA9D. Grayscale: #3D3D3D. Windows color (decimal): -12569246 or 6436160. OLE color: 6436160.

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

Color convert

RGB 64 53 98 -
CMYK 0.35 0.46 0 0.62
HSL 254.67º 0.3% 0.3% -
HSV(B) 254.67º 0.46% 0.38% -
XYZ 5.59 4.52 12.13 -
YUV 61.42 148.64 129.84 -
System Red Green Blue C M Y K H S L
Decimal 64 53 98 0.35 0.46 0 0.62 254.67 0.3 0.3
Hex 40 35 62 23 2E 0 3E FF 1E 1E
Octal 100 65 142 43 56 0 76 377 36 36
Binary 1000000 110101 1100010 100011 101110 0 111110 11111111 11110 11110

Color Harmonies of #403562

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #403562

Black with #403562

Text Example


Text Example

White with #403562

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #403562; }

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

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

background-color css

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

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

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

border-color css

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

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

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