#43346F

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

Shades of Minsk #43346F

Tints of Minsk #43346F

Color information

#43346F (or 0x43346F) is unknown color: approx Minsk. HEX triplet: 43, 34 and 6F. RGB value is (67,52,111). Sum of RGB (Red+Green+Blue) = 67+52+111=230 (30% of max value = 765). Red value is 67 (26.56% from 255 or 29.13% from 230); Green value is 52 (20.70% from 255 or 22.61% from 230); Blue value is 111 (43.75% from 255 or 48.26% from 230); Max value from RGB is 111 - color contains mainly: blue. Hex color #43346F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #43346F is #BCCB90. Grayscale: #3E3E3E. Windows color (decimal): -12372881 or 7287875. OLE color: 7287875.

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

Color convert

RGB6752111-
CMYK0.400.5300.56
HSL255.25º36.2%31.96%-
HSV(B)255.25º53.15%43.53%-
XYZ6.414.815.63-
YUV63.21154.97130.7-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 29.13%
GREEN value IS 52 (20.70% from 255) = 22.61%
BLUE value IS 111 (43.75% from 255) = 48.26%
R=29.13%
G=22.61%
B=48.26%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal67521110.400.5300.56255.2536.231.96
Hex43346F2835038ff2420
Octal1036415750650703774440
Binary10000111101001101111101000110101011100011111111100100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #43346F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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