#423268

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

Shades of Minsk #423268

Tints of Minsk #423268

Color information

#423268 (or 0x423268) is unknown color: approx Minsk. HEX triplet: 42, 32 and 68. RGB value is (66,50,104). Sum of RGB (Red+Green+Blue) = 66+50+104=220 (29% of max value = 765). Red value is 66 (26.17% from 255 or 30% from 220); Green value is 50 (19.92% from 255 or 22.73% from 220); Blue value is 104 (41.02% from 255 or 47.27% from 220); Max value from RGB is 104 - color contains mainly: blue. Hex color #423268 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #423268 is #BDCD97. Grayscale: #3C3C3C. Windows color (decimal): -12438936 or 6828610. OLE color: 6828610.

HSL color Cylindrical-coordinate representation of color #423268: hue angle of 257.78º 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 #423268 is Cyan = 0.37, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB6650104-
CMYK0.370.5200.59
HSL257.78º35.06%30.2%-
HSV(B)257.78º51.92%40.78%-
XYZ5.894.4413.64-
YUV60.94152.3131.61-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 30%
GREEN value IS 50 (19.92% from 255) = 22.73%
BLUE value IS 104 (41.02% from 255) = 47.27%
R=30%
G=22.73%
B=47.27%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal66501040.370.5200.59257.7835.0630.2
Hex423268253403B102231e
Octal1026215045640734024336
Binary10000101100101101000100101110100011101110000001010001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #423268

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #423268; }

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

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

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

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

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

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

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

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