Html Css Color HEX #403A67 Minsk

📋 copy color: '#403A67'

red 64 ◦ green 58 ◦ blue 103

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

Shades of Minsk #403A67

Tints of Minsk #403A67

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 45.78%

R = 28.44%
G = 25.78%
B = 45.78%

CMYK

 C value IS 0.38

 M value IS 0.44

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#403A67 (or 0x403A67) is known color: Minsk. HEX triplet: 40, 3A and 67. RGB value is (64,58,103). Sum of RGB (Red+Green+Blue) = 64+58+103=225 (29% of max value = 765). Red value is 64 (25.39% from 255 or 28.44% from 225); Green value is 58 (23.05% from 255 or 25.78% from 225); Blue value is 103 (40.62% from 255 or 45.78% from 225); Max value from RGB is 103 - color contains mainly: blue. Hex color #403A67 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #403A67 is #BFC598. Grayscale: #404040. Windows color (decimal): -12567961 or 6765120. OLE color: 6765120.

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

Color convert

RGB 64 58 103 -
CMYK 0.38 0.44 0 0.60
HSL 248º 0.28% 0.32% -
HSV(B) 248º 0.44% 0.4% -
XYZ 6.08 5.1 13.5 -
YUV 64.92 149.49 127.34 -
System Red Green Blue C M Y K H S L
Decimal 64 58 103 0.38 0.44 0 0.60 248 0.28 0.32
Hex 40 3A 67 26 2C 0 3C F8 1C 20
Octal 100 72 147 46 54 0 74 370 34 40
Binary 1000000 111010 1100111 100110 101100 0 111100 11111000 11100 100000

Color Harmonies of #403A67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #403A67

Black with #403A67

Text Example


Text Example

White with #403A67

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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