#43386C

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

Shades of Minsk #43386C

Tints of Minsk #43386C

Color information

#43386C (or 0x43386C) is unknown color: approx Minsk. HEX triplet: 43, 38 and 6C. RGB value is (67,56,108). Sum of RGB (Red+Green+Blue) = 67+56+108=231 (30% of max value = 765). Red value is 67 (26.56% from 255 or 29.00% from 231); Green value is 56 (22.27% from 255 or 24.24% from 231); Blue value is 108 (42.58% from 255 or 46.75% from 231); Max value from RGB is 108 - color contains mainly: blue. Hex color #43386C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #43386C is #BCC793. Grayscale: #414141. Windows color (decimal): -12371860 or 7092291. OLE color: 7092291.

HSL color Cylindrical-coordinate representation of color #43386C: hue angle of 252.69º degrees, saturation: 0.32, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #43386C is Cyan = 0.38, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB6756108-
CMYK0.380.4800.58
HSL252.69º31.71%32.16%-
HSV(B)252.69º48.15%42.35%-
XYZ6.445.114.83-
YUV65.22152.14129.27-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 29.00%
GREEN value IS 56 (22.27% from 255) = 24.24%
BLUE value IS 108 (42.58% from 255) = 46.75%
R=29.00%
G=24.24%
B=46.75%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal67561080.380.4800.58252.6931.7132.16
Hex43386C263003Afd2020
Octal1037015446600723754040
Binary10000111110001101100100110110000011101011111101100000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #43386C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #43386C; }

 p { color: rgb(67,56,108); }

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

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

 a { background-color: rgb(67,56,108); }

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

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

 span { border-color: rgb(67,56,108); }

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