Html Css Color HEX #403267 Minsk

📋 copy color: '#403267'

red 64 ◦ green 50 ◦ blue 103

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

Shades of Minsk #403267

Tints of Minsk #403267

RGB

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

 GREEN value IS 50 (19.92% from 255) = 23.04%

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

R = 29.49%
G = 23.04%
B = 47.47%

CMYK

 C value IS 0.38

 M value IS 0.51

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#403267 (or 0x403267) is known color: Minsk. HEX triplet: 40, 32 and 67. RGB value is (64,50,103). Sum of RGB (Red+Green+Blue) = 64+50+103=217 (28% of max value = 765). Red value is 64 (25.39% from 255 or 29.49% from 217); Green value is 50 (19.92% from 255 or 23.04% from 217); Blue value is 103 (40.62% from 255 or 47.47% from 217); Max value from RGB is 103 - color contains mainly: blue. Hex color #403267 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #403267 is #BFCD98. Grayscale: #3C3C3C. Windows color (decimal): -12570009 or 6763072. OLE color: 6763072.

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

Color convert

RGB 64 50 103 -
CMYK 0.38 0.51 0 0.60
HSL 255.85º 0.35% 0.3% -
HSV(B) 255.85º 0.51% 0.4% -
XYZ 5.7 4.35 13.37 -
YUV 60.23 152.14 130.69 -
System Red Green Blue C M Y K H S L
Decimal 64 50 103 0.38 0.51 0 0.60 255.85 0.35 0.3
Hex 40 32 67 26 33 0 3C 100 23 1E
Octal 100 62 147 46 63 0 74 400 43 36
Binary 1000000 110010 1100111 100110 110011 0 111100 100000000 100011 11110

Color Harmonies of #403267

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #403267

Black with #403267

Text Example


Text Example

White with #403267

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #403267; }

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

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

background-color css

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

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

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

border-color css

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

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

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