#43356F

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

Shades of Minsk #43356F

Tints of Minsk #43356F

Color information

#43356F (or 0x43356F) is unknown color: approx Minsk. HEX triplet: 43, 35 and 6F. RGB value is (67,53,111). Sum of RGB (Red+Green+Blue) = 67+53+111=231 (30% of max value = 765). Red value is 67 (26.56% from 255 or 29.00% from 231); Green value is 53 (21.09% from 255 or 22.94% from 231); Blue value is 111 (43.75% from 255 or 48.05% from 231); Max value from RGB is 111 - color contains mainly: blue. Hex color #43356F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #43356F is #BCCA90. Grayscale: #3F3F3F. Windows color (decimal): -12372625 or 7288131. OLE color: 7288131.

HSL color Cylindrical-coordinate representation of color #43356F: hue angle of 254.48º degrees, saturation: 0.35, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #43356F is Cyan = 0.40, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB6753111-
CMYK0.400.5200.56
HSL254.48º35.37%32.16%-
HSV(B)254.48º52.25%43.53%-
XYZ6.464.8915.64-
YUV63.8154.64130.28-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 29.00%
GREEN value IS 53 (21.09% from 255) = 22.94%
BLUE value IS 111 (43.75% from 255) = 48.05%
R=29.00%
G=22.94%
B=48.05%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal67531110.400.5200.56254.4835.3732.16
Hex43356F2834038fe2320
Octal1036515750640703764340
Binary10000111101011101111101000110100011100011111110100011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #43356F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #43356F; }

 p { color: rgb(67,53,111); }

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

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

 a { background-color: rgb(67,53,111); }

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

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

 span { border-color: rgb(67,53,111); }

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