#433972

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

Shades of Minsk #433972

Tints of Minsk #433972

Color information

#433972 (or 0x433972) is unknown color: approx Minsk. HEX triplet: 43, 39 and 72. RGB value is (67,57,114). Sum of RGB (Red+Green+Blue) = 67+57+114=238 (31% of max value = 765). Red value is 67 (26.56% from 255 or 28.15% from 238); Green value is 57 (22.66% from 255 or 23.95% from 238); Blue value is 114 (44.92% from 255 or 47.90% from 238); Max value from RGB is 114 - color contains mainly: blue. Hex color #433972 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #433972 is #BCC68D. Grayscale: #424242. Windows color (decimal): -12371598 or 7485763. OLE color: 7485763.

HSL color Cylindrical-coordinate representation of color #433972: hue angle of 250.53º degrees, saturation: 0.33, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #433972 is Cyan = 0.41, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB6757114-
CMYK0.410.5000.55
HSL250.53º33.33%33.53%-
HSV(B)250.53º50%44.71%-
XYZ6.825.3316.59-
YUV66.49154.81128.37-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 28.15%
GREEN value IS 57 (22.66% from 255) = 23.95%
BLUE value IS 114 (44.92% from 255) = 47.90%
R=28.15%
G=23.95%
B=47.90%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal67571140.410.5000.55250.5333.3333.53
Hex4339722932037fb2122
Octal1037116251620673734142
Binary10000111110011110010101001110010011011111111011100001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #433972

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #433972; }

 p { color: rgb(67,57,114); }

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

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

 a { background-color: rgb(67,57,114); }

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

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

 span { border-color: rgb(67,57,114); }

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