#433468

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

Shades of Minsk #433468

Tints of Minsk #433468

Color information

#433468 (or 0x433468) is unknown color: approx Minsk. HEX triplet: 43, 34 and 68. RGB value is (67,52,104). Sum of RGB (Red+Green+Blue) = 67+52+104=223 (29% of max value = 765). Red value is 67 (26.56% from 255 or 30.04% from 223); Green value is 52 (20.70% from 255 or 23.32% from 223); Blue value is 104 (41.02% from 255 or 46.64% from 223); Max value from RGB is 104 - color contains mainly: blue. Hex color #433468 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #433468 is #BCCB97. Grayscale: #3E3E3E. Windows color (decimal): -12372888 or 6829123. OLE color: 6829123.

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

Color convert

RGB6752104-
CMYK0.360.5000.59
HSL257.31º33.33%30.59%-
HSV(B)257.31º50%40.78%-
XYZ6.044.6513.68-
YUV62.41151.47131.27-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 30.04%
GREEN value IS 52 (20.70% from 255) = 23.32%
BLUE value IS 104 (41.02% from 255) = 46.64%
R=30.04%
G=23.32%
B=46.64%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal67521040.360.5000.59257.3133.3330.59
Hex433468243203B101211f
Octal1036415044620734014137
Binary10000111101001101000100100110010011101110000000110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #433468

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #433468; }

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

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

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

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

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

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

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

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