Html Css Color HEX #403A68 Minsk

📋 copy color: '#403A68'

red 64 ◦ green 58 ◦ blue 104

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

Shades of Minsk #403A68

Tints of Minsk #403A68

RGB

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

 GREEN value IS 58 (23.05% from 255) = 25.66%

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

R = 28.32%
G = 25.66%
B = 46.02%

CMYK

 C value IS 0.38

 M value IS 0.44

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#403A68 (or 0x403A68) is known color: Minsk. HEX triplet: 40, 3A and 68. RGB value is (64,58,104). Sum of RGB (Red+Green+Blue) = 64+58+104=226 (29% of max value = 765). Red value is 64 (25.39% from 255 or 28.32% from 226); Green value is 58 (23.05% from 255 or 25.66% from 226); Blue value is 104 (41.02% from 255 or 46.02% from 226); Max value from RGB is 104 - color contains mainly: blue. Hex color #403A68 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #403A68 is #BFC597. Grayscale: #404040. Windows color (decimal): -12567960 or 6830656. OLE color: 6830656.

HSL color Cylindrical-coordinate representation of color #403A68: hue angle of 247.83º degrees, saturation: 0.28, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #403A68 is Cyan = 0.38, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 64 58 104 -
CMYK 0.38 0.44 0 0.59
HSL 247.83º 0.28% 0.32% -
HSV(B) 247.83º 0.44% 0.41% -
XYZ 6.13 5.12 13.76 -
YUV 65.04 149.99 127.26 -
System Red Green Blue C M Y K H S L
Decimal 64 58 104 0.38 0.44 0 0.59 247.83 0.28 0.32
Hex 40 3A 68 26 2C 0 3B F8 1C 20
Octal 100 72 150 46 54 0 73 370 34 40
Binary 1000000 111010 1101000 100110 101100 0 111011 11111000 11100 100000

Color Harmonies of #403A68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #403A68

Black with #403A68

Text Example


Text Example

White with #403A68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #403A68; }

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

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

background-color css

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

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

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

border-color css

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

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

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