#433268

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

Shades of Minsk #433268

Tints of Minsk #433268

Color information

#433268 (or 0x433268) is unknown color: approx Minsk. HEX triplet: 43, 32 and 68. RGB value is (67,50,104). Sum of RGB (Red+Green+Blue) = 67+50+104=221 (29% of max value = 765). Red value is 67 (26.56% from 255 or 30.32% from 221); Green value is 50 (19.92% from 255 or 22.62% from 221); Blue value is 104 (41.02% from 255 or 47.06% from 221); Max value from RGB is 104 - color contains mainly: blue. Hex color #433268 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #433268 is #BCCD97. Grayscale: #3D3D3D. Windows color (decimal): -12373400 or 6828611. OLE color: 6828611.

HSL color Cylindrical-coordinate representation of color #433268: hue angle of 258.89º degrees, saturation: 0.35, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #433268 is Cyan = 0.36, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB6750104-
CMYK0.360.5200.59
HSL258.89º35.06%30.2%-
HSV(B)258.89º51.92%40.78%-
XYZ5.954.4713.65-
YUV61.24152.13132.11-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 30.32%
GREEN value IS 50 (19.92% from 255) = 22.62%
BLUE value IS 104 (41.02% from 255) = 47.06%
R=30.32%
G=22.62%
B=47.06%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal67501040.360.5200.59258.8935.0630.2
Hex433268243403B103231e
Octal1036215044640734034336
Binary10000111100101101000100100110100011101110000001110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #433268

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #433268; }

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

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

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

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

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

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

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

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