#403367

Color #403367 Minsk (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Minsk #403367

Tints of Minsk #403367

Color information

#403367 (or 0x403367) is unknown color: approx Minsk. HEX triplet: 40, 33 and 67. RGB value is (64,51,103). Sum of RGB (Red+Green+Blue) = 64+51+103=218 (28% of max value = 765). Red value is 64 (25.39% from 255 or 29.36% from 218); Green value is 51 (20.31% from 255 or 23.39% from 218); Blue value is 103 (40.62% from 255 or 47.25% from 218); Max value from RGB is 103 - color contains mainly: blue. Hex color #403367 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #403367 is #BFCC98. Grayscale: #3C3C3C. Windows color (decimal): -12569753 or 6763328. OLE color: 6763328.

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

Color convert

RGB6451103-
CMYK0.380.5000.60
HSL255º33.77%30.2%-
HSV(B)255º50.49%40.39%-
XYZ5.754.4413.39-
YUV60.82151.81130.27-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 29.36%
GREEN value IS 51 (20.31% from 255) = 23.39%
BLUE value IS 103 (40.62% from 255) = 47.25%
R=29.36%
G=23.39%
B=47.25%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal64511030.380.5000.6025533.7730.2
Hex403367263203Cff221e
Octal1006314746620743774236
Binary1000000110011110011110011011001001111001111111110001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #403367

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #403367; }

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

 H1.HeaderClassName
 {
   color: #403367;
 }
 .AnyTagClassName
 {
   color: #403367;
 }
</style>
background-color css

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

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

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

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

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

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